Searched refs:mBailoutRunnable (Results 1 – 2 of 2) sorted by relevance
90 private Runnable mBailoutRunnable = new Runnable() { field in BluetoothAccessoryFragment177 mHandler.removeCallbacks(mBailoutRunnable); in onPause()232 mHandler.removeCallbacks(mBailoutRunnable); in navigateBack()233 mHandler.post(mBailoutRunnable); in navigateBack()404 private Runnable mBailoutRunnable = new Runnable() { field in BluetoothAccessoryFragment.UnpairConfirmFragment455 mHandler.removeCallbacks(mBailoutRunnable); in onDestroy()493 mHandler.removeCallbacks(mBailoutRunnable); in navigateBack()494 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()