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.java92 private Runnable mBailoutRunnable = new Runnable() { field in BluetoothAccessoryFragment
178 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.UnpairConfirmFragment
464 mHandler.removeCallbacks(mBailoutRunnable); in onDestroy()
502 mHandler.removeCallbacks(mBailoutRunnable); in navigateBack()
503 mHandler.post(mBailoutRunnable); in navigateBack()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DAppManagementFragment.java87 private Runnable mBailoutRunnable = () -> { field in AppManagementFragment
135 mHandler.removeCallbacks(mBailoutRunnable); in onPause()
173 mHandler.removeCallbacks(mBailoutRunnable); in navigateBack()
174 mHandler.post(mBailoutRunnable); in navigateBack()