Home
last modified time | relevance | path

Searched defs:inputManager (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
DConversationInputManagerTest.java89 final ConversationInputManager inputManager = new ConversationInputManager(getTestContext(), in initNewInputManager() local
96 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testShowHideInputs() local
119 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testShowTwoInputsSequentially() local
136 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testOnKeyboardShow() local
153 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testRestoreState() local
175 final ConversationInputManager inputManager = initNewInputManager(new Bundle()); in testBackPress() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothInputDeviceConnector.java84 InputManager inputManager = (InputManager) mContext.getSystemService(Context.INPUT_SERVICE); in registerInputMethodMonitor() local
125 … InputManager inputManager = (InputManager) mContext.getSystemService(Context.INPUT_SERVICE); in unregisterInputMethodMonitor() local
/packages/apps/TV/src/com/android/tv/data/
DTvInputNewComparator.java29 public TvInputNewComparator(SetupUtils setupUtils, TvInputManagerHelper inputManager) { in TvInputNewComparator()
DChannelImpl.java730 public DefaultComparator(Context context, TvInputManagerHelper inputManager) { in DefaultComparator()
DChannelDataManager.java154 @Provided TvInputManagerHelper inputManager, in ChannelDataManager()
/packages/apps/TV/src/com/android/tv/util/
DSetupUtils.java220 public boolean hasNewInput(TvInputManagerHelper inputManager) { in hasNewInput()
238 public void markAllInputsRecognized(TvInputManagerHelper inputManager) { in markAllInputsRecognized()
249 public boolean hasUnrecognizedInput(TvInputManagerHelper inputManager) { in hasUnrecognizedInput()
DTvInputManagerHelper.java719 public InputComparatorInternal(TvInputManagerHelper inputManager) { in InputComparatorInternal()
DUtils.java613 TvInputManagerHelper inputManager = in loadLabel() local
/packages/apps/TV/tests/robotests/src/com/android/tv/data/
DTvInputNewComparatorTest.java74 TvInputManagerHelper inputManager = Mockito.mock(TvInputManagerHelper.class); in testComparator() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DKeyboardBot.java45 InputMethodManager inputManager = (InputMethodManager) mContext in isKeyboardPresent() local
/packages/services/Car/cpp/computepipe/runner/input_manager/
DFactory.cpp62 std::unique_ptr<InputManager> inputManager = nullptr; in createInputManager() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/language/
DLanguageAndInputSettingsTest.java120 final InputManager inputManager = mock(InputManager.class); in testNonIndexableKeys_existInXmlLayout() local
/packages/services/Car/experimental/service/src/com/android/experimentalcar/
DTouchDriverAwarenessSupplier.java169 InputManager inputManager = (InputManager) mContext.getSystemService(Context.INPUT_SERVICE); in startTouchMonitoring() local
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DRecordingScheduler.java145 TvInputManagerHelper inputManager, in RecordingScheduler()
/packages/apps/TV/src/com/android/tv/
DChannelTuner.java87 public ChannelTuner(ChannelDataManager channelDataManager, TvInputManagerHelper inputManager) { in ChannelTuner()
DTvApplication.java477 TvInputManager inputManager = (TvInputManager) getSystemService(Context.TV_INPUT_SERVICE); in handleInputCountChanged() local
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DComposeMessageView.java334 public void setInputManager(final ConversationInputManager inputManager) { in setInputManager()
DConversationFragment.java456 final ConversationInputManager inputManager = new ConversationInputManager( in onActivityCreated() local
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java2606 void setInputManager(@NonNull InputManager inputManager) { in setInputManager()