Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/unfold/
DPreemptiveUnfoldTransitionProgressProvider.kt45 private val timeoutRunnable = Runnable { in <lambda>() constant
63 handler.removeCallbacks(timeoutRunnable) in <lambda>()
94 handler.removeCallbacks(timeoutRunnable) in <lambda>()
123 handler.removeCallbacks(timeoutRunnable) in <lambda>()
124 handler.postDelayed(timeoutRunnable, PREEMPTIVE_UNFOLD_TIMEOUT_MS) in <lambda>()
131 handler.removeCallbacks(timeoutRunnable) in <lambda>()
146 handler.removeCallbacks(timeoutRunnable) in <lambda>()
/packages/apps/Dialer/java/com/android/incallui/legacyblocking/
DBlockedNumberContentObserver.java47 private final Runnable timeoutRunnable = field in BlockedNumberContentObserver
100 handler.postDelayed(timeoutRunnable, TIMEOUT_MS); in register()
108 handler.removeCallbacks(timeoutRunnable); in unregister()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSsidTranslator.java267 Runnable timeoutRunnable = new Runnable() { in getTranslatedSsidAndRecordBssidCharset() local
273 mTranslatedBssidTimeoutRunnables.put(ssidBssidPair, timeoutRunnable); in getTranslatedSsidAndRecordBssidCharset()
274 mWifiHandler.postDelayed(timeoutRunnable, BSSID_CACHE_TIMEOUT_MS); in getTranslatedSsidAndRecordBssidCharset()
286 Runnable timeoutRunnable = new Runnable() { in getTranslatedSsidAndRecordBssidCharset() local
292 mUntranslatedBssidTimeoutRunnables.put(ssidBssidPair, timeoutRunnable); in getTranslatedSsidAndRecordBssidCharset()
293 mWifiHandler.postDelayed(timeoutRunnable, BSSID_CACHE_TIMEOUT_MS); in getTranslatedSsidAndRecordBssidCharset()