Get the minimum amount of time to delay when returning from idle.
()
| 1591 | * Get the minimum amount of time to delay when returning from idle. |
| 1592 | */ |
| 1593 | int getMinIdleTime() { |
| 1594 | return minIdleTime; |
| 1595 | } |
| 1596 | |
| 1597 | int getRestartIdleInterval() { |
| 1598 | return restartIdleInterval; |