Searched refs:mConnectionRunnable (Results 1 – 2 of 2) sorted by relevance
45 private final Runnable mConnectionRunnable = this::internalBindToTIS; field in TISBindHelper67 mHandler.postDelayed(mConnectionRunnable, BACKOFF_MILLIS); in onServiceConnected()117 mHandler.postDelayed(mConnectionRunnable, timeoutMs); in internalBindToTIS()130 if (mHandler.hasCallbacks(mConnectionRunnable)) { in resetServiceBindRetryState()131 mHandler.removeCallbacks(mConnectionRunnable); in resetServiceBindRetryState()
155 private final Runnable mConnectionRunnable = this::internalConnectToCurrentUser; field in OverviewProxyService747 mHandler.post(mConnectionRunnable); in startConnectionToCurrentUser()761 mHandler.removeCallbacks(mConnectionRunnable); in internalConnectToCurrentUser()782 if (mHandler.hasCallbacks(mConnectionRunnable)) { in retryConnectionWithBackoff()787 mHandler.postDelayed(mConnectionRunnable, timeoutMs); in retryConnectionWithBackoff()