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