Home
last modified time | relevance | path

Searched refs:mStopUserCheckRunnable (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/garagemode/
H A DGarageMode.java152 private final Runnable mStopUserCheckRunnable = new Runnable() { field in GarageMode
178 mHandler.postDelayed(mStopUserCheckRunnable, USER_STOP_CHECK_INTERVAL_MS);
226 mHandler.removeCallbacks(mStopUserCheckRunnable);
229 mHandler.post(mStopUserCheckRunnable);
353 mHandler.post(mStopUserCheckRunnable); in startBackgroundUserStoppingLocked()