Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java159 private final Runnable mConnectionRunnable = () -> field in OverviewProxyService
829 mHandler.post(mConnectionRunnable); in startConnectionToCurrentUser()
850 mHandler.removeCallbacks(mConnectionRunnable); in internalConnectToCurrentUser()
869 if (mHandler.hasCallbacks(mConnectionRunnable)) { in retryConnectionWithBackoff()
874 mHandler.postDelayed(mConnectionRunnable, timeoutMs); in retryConnectionWithBackoff()
1166 mHandler.removeCallbacks(mConnectionRunnable); in shutdownForTest()