Searched refs:mStopUserCheckRunnable (Results 1 – 1 of 1) sorted by relevance
152 private final Runnable mStopUserCheckRunnable = new Runnable() { field in GarageMode178 mHandler.postDelayed(mStopUserCheckRunnable, USER_STOP_CHECK_INTERVAL_MS);226 mHandler.removeCallbacks(mStopUserCheckRunnable);229 mHandler.post(mStopUserCheckRunnable);353 mHandler.post(mStopUserCheckRunnable); in startBackgroundUserStoppingLocked()