Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DWifiRequestToggleActivity.java56 private final Runnable mTimeoutCommand = () -> { field in WifiRequestToggleActivity
212 getWindow().getDecorView().postDelayed(mTimeoutCommand, TOGGLE_TIMEOUT_MILLIS); in scheduleToggleTimeout()
216 getWindow().getDecorView().removeCallbacks(mTimeoutCommand); in unscheduleToggleTimeout()
/packages/apps/Settings/src/com/android/settings/wifi/
DRequestToggleWiFiActivity.java62 private final Runnable mTimeoutCommand = () -> { field in RequestToggleWiFiActivity
303 getWindow().getDecorView().postDelayed(mTimeoutCommand, TOGGLE_TIMEOUT_MILLIS); in scheduleToggleTimeout()
307 getWindow().getDecorView().removeCallbacks(mTimeoutCommand); in unscheduleToggleTimeout()