Searched refs:mConnectRunnable (Results 1 – 3 of 3) sorted by relevance
80 private final Runnable mConnectRunnable = new Runnable() { field in PersistentServiceConnection183 mHandler.postDelayed(mConnectRunnable, mCancelToken, reconnectDelayMs); in scheduleConnectionAttemptLocked()
64 private final Runnable mConnectRunnable = new Runnable() { field in PersistentConnectionManager196 mCurrentReconnectCancelable = mBgExecutor.executeDelayed(mConnectRunnable, in scheduleConnectionAttempt()
96 private Runnable mConnectRunnable = new Runnable() { field in ImsSmsDispatcher388 removeCallbacks(mConnectRunnable); in ImsSmsDispatcher()389 postDelayed(mConnectRunnable, CONNECT_DELAY_MS); in ImsSmsDispatcher()400 post(mConnectRunnable); in ImsSmsDispatcher()