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.java107 private final Runnable mConnectionRunnable = this::internalConnectToCurrentUser; field in OverviewProxyService
609 mHandler.post(mConnectionRunnable); in startConnectionToCurrentUser()
625 mHandler.removeCallbacks(mConnectionRunnable); in internalConnectToCurrentUser()
646 if (mHandler.hasCallbacks(mConnectionRunnable)) { in retryConnectionWithBackoff()
651 mHandler.postDelayed(mConnectionRunnable, timeoutMs); in retryConnectionWithBackoff()