Searched refs:mTimeoutCommand (Results 1 – 2 of 2) sorted by relevance
56 private final Runnable mTimeoutCommand = () -> { field in WifiRequestToggleActivity212 getWindow().getDecorView().postDelayed(mTimeoutCommand, TOGGLE_TIMEOUT_MILLIS); in scheduleToggleTimeout()216 getWindow().getDecorView().removeCallbacks(mTimeoutCommand); in unscheduleToggleTimeout()
62 private final Runnable mTimeoutCommand = () -> { field in RequestToggleWiFiActivity303 getWindow().getDecorView().postDelayed(mTimeoutCommand, TOGGLE_TIMEOUT_MILLIS); in scheduleToggleTimeout()307 getWindow().getDecorView().removeCallbacks(mTimeoutCommand); in unscheduleToggleTimeout()