Home
last modified time | relevance | path

Searched refs:unregisterInputDeviceListener (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
DGameControllerPreferenceControllerTest.java69 verify(mInputManager, never()).unregisterInputDeviceListener(mController); in testLifecycle_shouldRegisterInputManager()
74 verify(mInputManager).unregisterInputDeviceListener(mController); in testLifecycle_shouldRegisterInputManager()
DKeyboardLayoutPickerControllerTest.java92 verify(mInputManager, never()).unregisterInputDeviceListener(mController); in testLifecycle_onStart_shouldRegisterInputManager()
110 verify(mInputManager).unregisterInputDeviceListener(mController); in testLifecycle_onStop_shouldCancelRegisterInputManager()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowInputManager.java63 protected void unregisterInputDeviceListener(InputManager.InputDeviceListener listener) { in unregisterInputDeviceListener() method in ShadowInputManager
/packages/apps/Settings/src/com/android/settings/inputmethod/
DPhysicalKeyboardPreferenceController.java73 mIm.unregisterInputDeviceListener(this); in onPause()
DGameControllerPreferenceController.java54 mIm.unregisterInputDeviceListener(this); in onPause()
DKeyboardLayoutPickerController.java85 mIm.unregisterInputDeviceListener(this); in onStop()
DPhysicalKeyboardFragment.java114 mIm.unregisterInputDeviceListener(this); in onPause()
DKeyboardLayoutDialogFragment.java140 mIm.unregisterInputDeviceListener(this); in onPause()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/
DPhysicalKeyboardPreferenceController.java73 mIm.unregisterInputDeviceListener(this); in onPause()
DGameControllerPreferenceController.java54 mIm.unregisterInputDeviceListener(this); in onPause()
DKeyboardLayoutPickerController.java85 mIm.unregisterInputDeviceListener(this); in onStop()
DPhysicalKeyboardFragment.java112 mIm.unregisterInputDeviceListener(this); in onPause()
DKeyboardLayoutDialogFragment.java140 mIm.unregisterInputDeviceListener(this); in onPause()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothInputDeviceConnector.java126 inputManager.unregisterInputDeviceListener(mInputListener); in unregisterInputMethodMonitor()