Searched refs:mBailoutRunnable (Results 1 – 2 of 2) sorted by relevance
90 private Runnable mBailoutRunnable = new Runnable() { field in BluetoothAccessoryFragment176 mHandler.removeCallbacks(mBailoutRunnable); in onPause()231 mHandler.removeCallbacks(mBailoutRunnable); in navigateBack()232 mHandler.post(mBailoutRunnable); in navigateBack()403 private Runnable mBailoutRunnable = new Runnable() { field in BluetoothAccessoryFragment.UnpairConfirmFragment454 mHandler.removeCallbacks(mBailoutRunnable); in onDestroy()492 mHandler.removeCallbacks(mBailoutRunnable); in navigateBack()493 mHandler.post(mBailoutRunnable); in navigateBack()
99 private Runnable mBailoutRunnable = () -> { field in AppManagementFragment142 mHandler.removeCallbacks(mBailoutRunnable); in onPause()187 mHandler.removeCallbacks(mBailoutRunnable); in navigateBack()188 mHandler.post(mBailoutRunnable); in navigateBack()