Searched refs:mConnectionRunnable (Results 1 – 1 of 1) sorted by relevance
159 private final Runnable mConnectionRunnable = () -> field in OverviewProxyService829 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()