Searched refs:mConnectionRunnable (Results 1 – 1 of 1) sorted by relevance
107 private final Runnable mConnectionRunnable = this::internalConnectToCurrentUser; field in OverviewProxyService609 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()