Searched refs:mConnectionRunnable (Results 1 – 1 of 1) sorted by relevance
73 private final Runnable mConnectionRunnable = this::internalConnectToCurrentUser; field in OverviewProxyService283 mHandler.post(mConnectionRunnable); in startConnectionToCurrentUser()299 mHandler.removeCallbacks(mConnectionRunnable); in internalConnectToCurrentUser()316 mHandler.postDelayed(mConnectionRunnable, timeoutMs); in internalConnectToCurrentUser()