Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java156 private final Runnable mConnectionRunnable = () -> field in OverviewProxyService
783 mHandler.post(mConnectionRunnable); in startConnectionToCurrentUser()
797 mHandler.removeCallbacks(mConnectionRunnable); in internalConnectToCurrentUser()
816 if (mHandler.hasCallbacks(mConnectionRunnable)) { in retryConnectionWithBackoff()
821 mHandler.postDelayed(mConnectionRunnable, timeoutMs); in retryConnectionWithBackoff()
1082 mHandler.removeCallbacks(mConnectionRunnable); in shutdownForTest()