Searched refs:mBailoutRunnable (Results 1 – 2 of 2) sorted by relevance
92 private Runnable mBailoutRunnable = new Runnable() { field in BluetoothAccessoryFragment178 mHandler.removeCallbacks(mBailoutRunnable); in onPause()233 mHandler.removeCallbacks(mBailoutRunnable); in navigateBack()234 mHandler.post(mBailoutRunnable); in navigateBack()411 private Runnable mBailoutRunnable = new Runnable() { field in BluetoothAccessoryFragment.UnpairConfirmFragment464 mHandler.removeCallbacks(mBailoutRunnable); in onDestroy()502 mHandler.removeCallbacks(mBailoutRunnable); in navigateBack()503 mHandler.post(mBailoutRunnable); in navigateBack()
87 private Runnable mBailoutRunnable = () -> { field in AppManagementFragment135 mHandler.removeCallbacks(mBailoutRunnable); in onPause()173 mHandler.removeCallbacks(mBailoutRunnable); in navigateBack()174 mHandler.post(mBailoutRunnable); in navigateBack()