Home
last modified time | relevance | path

Searched refs:mBailoutRunnable (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryFragment.java90 private Runnable mBailoutRunnable = new Runnable() { field in BluetoothAccessoryFragment
176 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.UnpairConfirmFragment
454 mHandler.removeCallbacks(mBailoutRunnable); in onDestroy()
492 mHandler.removeCallbacks(mBailoutRunnable); in navigateBack()
493 mHandler.post(mBailoutRunnable); in navigateBack()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DAppManagementFragment.java99 private Runnable mBailoutRunnable = () -> { field in AppManagementFragment
142 mHandler.removeCallbacks(mBailoutRunnable); in onPause()
187 mHandler.removeCallbacks(mBailoutRunnable); in navigateBack()
188 mHandler.post(mBailoutRunnable); in navigateBack()