Searched defs:mInputManager (Results 1 - 18 of 18) sorted by relevance

/packages/apps/TV/src/com/android/tv/data/
H A DTvInputNewComparator.java27 private final TvInputManagerHelper mInputManager; field in class:TvInputNewComparator
31 mInputManager = inputManager;
51 return mInputManager.getDefaultTvInputInfoComparator().compare(lhs, rhs);
H A DChannelDataManager.java75 private final TvInputManagerHelper mInputManager; field in class:ChannelDataManager
163 mInputManager = inputManager;
202 mInputManager.addCallback(mTvInputCallback);
218 mInputManager.removeCallback(mTvInputCallback);
564 mInputRemoved = !mInputManager.hasTvInputInfo(channel.getInputId());
H A DChannelImpl.java708 private final TvInputManagerHelper mInputManager; field in class:ChannelImpl.DefaultComparator
714 mInputManager = inputManager;
728 boolean lhsIsPartner = mInputManager.isPartnerInput(lhs.getInputId());
729 boolean rhsIsPartner = mInputManager.isPartnerInput(rhs.getInputId());
766 TvInputInfo info = mInputManager.getTvInputInfo(channel.getInputId());
/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
H A DGameControllerPreferenceControllerTest.java47 private InputManager mInputManager; field in class:GameControllerPreferenceControllerTest
58 when(mContext.getSystemService(Context.INPUT_SERVICE)).thenReturn(mInputManager);
67 verify(mInputManager).registerInputDeviceListener(mController, null);
68 verify(mInputManager, never()).unregisterInputDeviceListener(mController);
72 verify(mInputManager).registerInputDeviceListener(mController, null);
73 verify(mInputManager).unregisterInputDeviceListener(mController);
78 when(mInputManager.getInputDeviceIds()).thenReturn(new int[] {1});
79 when(mInputManager.getInputDevice(1)).thenReturn(mInputDevice);
88 when(mInputManager.getInputDeviceIds()).thenReturn(new int[] {1});
89 when(mInputManager
[all...]
/packages/apps/TV/src/com/android/tv/setup/
H A DSystemSetupActivity.java46 private TvInputManagerHelper mInputManager; field in class:SystemSetupActivity
57 mInputManager = singletons.getTvInputManagerHelper();
89 TvInputInfo input = mInputManager.getTvInputInfo(inputId);
/packages/apps/TV/src/com/android/tv/onboarding/
H A DOnboardingActivity.java51 private TvInputManagerHelper mInputManager; field in class:OnboardingActivity
85 mInputManager = singletons.getTvInputManagerHelper();
182 TvInputInfo input = mInputManager.getTvInputInfo(inputId);
H A DSetupSourcesFragment.java109 private TvInputManagerHelper mInputManager; field in class:SetupSourcesFragment.ContentFragment
192 mInputManager = singletons.getTvInputManagerHelper();
196 mInputManager.addCallback(mInputCallback);
209 mInputManager.removeCallback(mInputCallback);
233 mInputs = mInputManager.getTvInputInfos(true, true);
246 Collections.sort(mInputs, new TvInputNewComparator(mSetupUtils, mInputManager));
/packages/apps/TV/src/com/android/tv/
H A DChannelTuner.java59 private final TvInputManagerHelper mInputManager; field in class:ChannelTuner
89 mInputManager = inputManager;
321 mCurrentChannelInputInfo = mInputManager.getTvInputInfo(mCurrentChannel.getInputId());
H A DInputSessionManager.java67 private final TvInputManagerHelper mInputManager; field in class:InputSessionManager
79 mInputManager = TvSingletons.getSingletons(context).getTvInputManagerHelper();
316 TvInputInfo input = mInputManager.getTvInputInfo(mInputId);
448 TvInputInfo input = mInputManager.getTvInputInfo(inputId);
/packages/apps/TV/src/com/android/tv/dvr/recorder/
H A DRecordingScheduler.java80 private final TvInputManagerHelper mInputManager; field in class:RecordingScheduler
154 mInputManager = inputManager;
159 mInputManager.addCallback(this);
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
H A DCustomizeChannelListFragment.java56 private TvInputManagerHelper mInputManager; field in class:CustomizeChannelListFragment
65 mInputManager = getMainActivity().getTvInputManagerHelper();
67 mChannelComparator = new ChannelImpl.DefaultComparator(getActivity(), mInputManager);
198 Utils.loadLabel(getActivity(), mInputManager.getTvInputInfo(inputId));
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java68 private DefaultSoftKeyboardJAJP mInputManager; field in class:TutorialJAJP
210 mInputManager = inputManager;
350 mInputManager.nextKeyMode();
/packages/services/Car/service/src/com/android/car/
H A DCarInputService.java91 private final InputManager mInputManager; field in class:CarInputService
155 mInputManager = context.getSystemService(InputManager.class);
345 mInputManager.injectInputEvent(event, INJECT_INPUT_EVENT_MODE_ASYNC);
/packages/apps/TV/src/com/android/tv/dvr/
H A DDvrDataManagerImpl.java84 private final TvInputManagerHelper mInputManager; field in class:DvrDataManagerImpl
145 for (TvInputInfo input : mInputManager.getTvInputInfos(true, true)) {
176 mInputManager = tvSingletons.getTvInputManagerHelper();
182 mInputManager.addCallback(mInputCallback);
318 mInputManager.removeCallback(mInputCallback);
809 return mInputManager.hasTvInputInfo(inputId)
/packages/apps/TV/src/com/android/tv/util/
H A DTvInputManagerHelper.java613 private final TvInputManagerHelper mInputManager; field in class:TvInputManagerHelper.InputComparatorInternal
616 mInputManager = inputManager;
621 if (mInputManager.isPartnerInput(lhs) != mInputManager.isPartnerInput(rhs)) {
622 return mInputManager.isPartnerInput(lhs) ? -1 : 1;
624 return mInputManager.loadLabel(lhs).compareTo(mInputManager.loadLabel(rhs));
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DComposeMessageView.java134 private ConversationInputManager mInputManager; field in class:ComposeMessageView
184 mInputManager.onDetach();
220 boolean shown = mInputManager.toggleSimSelector(true /* animate */,
231 boolean shown = mInputManager.toggleSimSelector(true /* animate */,
272 boolean shown = mInputManager.toggleSimSelector(true /* animate */,
305 mInputManager.showHideMediaPicker(true /* show */, true /* animate */);
331 mInputManager = inputManager;
381 mInputManager.showHideSimSelector(false /* show */, true /* animate */);
569 mInputManager.showHideImeKeyboard(true, true);
839 if (mInputManager
[all...]
/packages/apps/TV/src/com/android/tv/ui/
H A DTvOverlayManager.java199 private final TvInputManagerHelper mInputManager; field in class:TvOverlayManager
237 mInputManager = singletons.getTvInputManagerHelper();
353 mInputManager.getTvInputInfo(inputId);
H A DTunableTvView.java189 private final TvInputManagerHelper mInputManager; field in class:TunableTvView
468 mInputManager = tvSingletons.getTvInputManagerHelper();
1175 TvInputInfo input = mInputManager.getTvInputInfo(mTagetInputId);

Completed in 187 milliseconds