/packages/apps/TV/src/com/android/tv/data/ |
H A D | TvInputNewComparator.java | 27 private final TvInputManagerHelper mInputManager; field in class:TvInputNewComparator 31 mInputManager = inputManager; 51 return mInputManager.getDefaultTvInputInfoComparator().compare(lhs, rhs);
|
H A D | ChannelDataManager.java | 75 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 D | ChannelImpl.java | 708 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 D | GameControllerPreferenceControllerTest.java | 47 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 D | SystemSetupActivity.java | 46 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 D | OnboardingActivity.java | 51 private TvInputManagerHelper mInputManager; field in class:OnboardingActivity 85 mInputManager = singletons.getTvInputManagerHelper(); 182 TvInputInfo input = mInputManager.getTvInputInfo(inputId);
|
H A D | SetupSourcesFragment.java | 109 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 D | ChannelTuner.java | 59 private final TvInputManagerHelper mInputManager; field in class:ChannelTuner 89 mInputManager = inputManager; 321 mCurrentChannelInputInfo = mInputManager.getTvInputInfo(mCurrentChannel.getInputId());
|
H A D | InputSessionManager.java | 67 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 D | RecordingScheduler.java | 80 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 D | CustomizeChannelListFragment.java | 56 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 D | TutorialJAJP.java | 68 private DefaultSoftKeyboardJAJP mInputManager; field in class:TutorialJAJP 210 mInputManager = inputManager; 350 mInputManager.nextKeyMode();
|
/packages/services/Car/service/src/com/android/car/ |
H A D | CarInputService.java | 91 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 D | DvrDataManagerImpl.java | 84 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 D | TvInputManagerHelper.java | 613 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 D | ComposeMessageView.java | 134 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 D | TvOverlayManager.java | 199 private final TvInputManagerHelper mInputManager; field in class:TvOverlayManager 237 mInputManager = singletons.getTvInputManagerHelper(); 353 mInputManager.getTvInputInfo(inputId);
|
H A D | TunableTvView.java | 189 private final TvInputManagerHelper mInputManager; field in class:TunableTvView 468 mInputManager = tvSingletons.getTvInputManagerHelper(); 1175 TvInputInfo input = mInputManager.getTvInputInfo(mTagetInputId);
|