Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DTISBindHelper.java45 private final Runnable mConnectionRunnable = this::internalBindToTIS; field in TISBindHelper
67 mHandler.postDelayed(mConnectionRunnable, BACKOFF_MILLIS); in onServiceConnected()
117 mHandler.postDelayed(mConnectionRunnable, timeoutMs); in internalBindToTIS()
130 if (mHandler.hasCallbacks(mConnectionRunnable)) { in resetServiceBindRetryState()
131 mHandler.removeCallbacks(mConnectionRunnable); in resetServiceBindRetryState()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java155 private final Runnable mConnectionRunnable = this::internalConnectToCurrentUser; field in OverviewProxyService
747 mHandler.post(mConnectionRunnable); in startConnectionToCurrentUser()
761 mHandler.removeCallbacks(mConnectionRunnable); in internalConnectToCurrentUser()
782 if (mHandler.hasCallbacks(mConnectionRunnable)) { in retryConnectionWithBackoff()
787 mHandler.postDelayed(mConnectionRunnable, timeoutMs); in retryConnectionWithBackoff()