Searched refs:USER_STOP_CHECK_INTERVAL (Results 1 – 1 of 1) sorted by relevance
63 private static final long USER_STOP_CHECK_INTERVAL = 10_000; // 10 secs field in GarageMode134 mHandler.postDelayed(mStopUserCheckRunnable, USER_STOP_CHECK_INTERVAL);228 mHandler.postDelayed(mStopUserCheckRunnable, USER_STOP_CHECK_INTERVAL); in startBackgroundUserStopping()