/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/ |
D | ConversationInputManagerTest.java | 89 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/ |
D | BluetoothInputDeviceConnector.java | 85 InputManager inputManager = (InputManager) mContext.getSystemService(Context.INPUT_SERVICE); in registerInputMethodMonitor() local 126 … InputManager inputManager = (InputManager) mContext.getSystemService(Context.INPUT_SERVICE); in unregisterInputMethodMonitor() local
|
/packages/apps/TV/src/com/android/tv/data/ |
D | TvInputNewComparator.java | 33 public TvInputNewComparator(SetupUtils setupUtils, TvInputManagerHelper inputManager) { in TvInputNewComparator()
|
D | ChannelDataManager.java | 145 public ChannelDataManager(Context context, TvInputManagerHelper inputManager) { in ChannelDataManager() 151 ChannelDataManager(Context context, TvInputManagerHelper inputManager, in ChannelDataManager()
|
D | Channel.java | 679 public DefaultComparator(Context context, TvInputManagerHelper inputManager) { in DefaultComparator()
|
/packages/apps/TV/src/com/android/tv/util/ |
D | SetupUtils.java | 230 public boolean hasNewInput(TvInputManagerHelper inputManager) { in hasNewInput() 250 public void markAllInputsRecognized(TvInputManagerHelper inputManager) { in markAllInputsRecognized() 261 public boolean hasUnrecognizedInput(TvInputManagerHelper inputManager) { in hasUnrecognizedInput()
|
D | TvInputManagerHelper.java | 557 public InputComparatorInternal(TvInputManagerHelper inputManager) { in InputComparatorInternal()
|
D | Utils.java | 661 TvInputManagerHelper inputManager = in loadLabel() local
|
/packages/apps/TV/tests/unit/src/com/android/tv/data/ |
D | TvInputNewComparatorTest.java | 72 TvInputManagerHelper inputManager = Mockito.mock(TvInputManagerHelper.class); in testComparator() local
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | KeyboardBot.java | 45 InputMethodManager inputManager = (InputMethodManager) mContext in isKeyboardPresent() local
|
/packages/apps/TV/src/com/android/tv/ |
D | SetupPassthroughActivity.java | 64 TvInputManagerHelper inputManager = appSingletons.getTvInputManagerHelper(); in onCreate() local
|
D | ChannelTuner.java | 91 public ChannelTuner(ChannelDataManager channelDataManager, TvInputManagerHelper inputManager) { in ChannelTuner()
|
D | TvApplication.java | 560 TvInputManager inputManager = (TvInputManager) getSystemService(Context.TV_INPUT_SERVICE); in handleInputCountChanged() local
|
/packages/apps/TV/src/com/android/tv/dvr/recorder/ |
D | RecordingScheduler.java | 137 TvInputManagerHelper inputManager, Context context, Clock clock, in RecordingScheduler()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
D | TutorialEN.java | 206 public TutorialEN(OpenWnnEN ime, View inputView, DefaultSoftKeyboardEN inputManager) { in TutorialEN()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
D | TutorialJAJP.java | 209 public TutorialJAJP(OpenWnnJAJP ime, View inputView, DefaultSoftKeyboardJAJP inputManager) { in TutorialJAJP()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | OpenWnnEN.java | 1052 DefaultSoftKeyboardEN inputManager = ((DefaultSoftKeyboardEN) mInputViewManager); in startTutorial() local
|
D | OpenWnnJAJP.java | 3029 DefaultSoftKeyboardJAJP inputManager = ((DefaultSoftKeyboardJAJP) mInputViewManager); in startTutorial() local
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ComposeMessageView.java | 330 public void setInputManager(final ConversationInputManager inputManager) { in setInputManager()
|
D | ConversationFragment.java | 454 final ConversationInputManager inputManager = new ConversationInputManager( in onActivityCreated() local
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Launcher.java | 1177 final InputMethodManager inputManager = (InputMethodManager) in acceptFilter() local
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | Launcher.java | 897 final InputMethodManager inputManager = (InputMethodManager) in acceptFilter() local
|