Searched refs:timeoutRunnable (Results 1 – 3 of 3) sorted by relevance
45 private val timeoutRunnable = Runnable { in <lambda>() constant63 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>()
47 private final Runnable timeoutRunnable = field in BlockedNumberContentObserver100 handler.postDelayed(timeoutRunnable, TIMEOUT_MS); in register()108 handler.removeCallbacks(timeoutRunnable); in unregister()
267 Runnable timeoutRunnable = new Runnable() { in getTranslatedSsidAndRecordBssidCharset() local273 mTranslatedBssidTimeoutRunnables.put(ssidBssidPair, timeoutRunnable); in getTranslatedSsidAndRecordBssidCharset()274 mWifiHandler.postDelayed(timeoutRunnable, BSSID_CACHE_TIMEOUT_MS); in getTranslatedSsidAndRecordBssidCharset()286 Runnable timeoutRunnable = new Runnable() { in getTranslatedSsidAndRecordBssidCharset() local292 mUntranslatedBssidTimeoutRunnables.put(ssidBssidPair, timeoutRunnable); in getTranslatedSsidAndRecordBssidCharset()293 mWifiHandler.postDelayed(timeoutRunnable, BSSID_CACHE_TIMEOUT_MS); in getTranslatedSsidAndRecordBssidCharset()