/packages/apps/Car/Settings/src/com/android/car/settings/applications/assist/ |
D | VoiceInputInfoProvider.java | 165 protected ServiceInfo getServiceInfo() { in getServiceInfo() method in VoiceInputInfoProvider.VoiceInputInfo 220 super(context, info.getServiceInfo()); in VoiceInteractionInfo() 237 return getServiceInfo().applicationInfo.loadLabel(getContext().getPackageManager()); in getLabel() 250 return getServiceSettingsActivity(getServiceInfo()); in getSettingsActivity()
|
/packages/apps/TV/src/com/android/tv/util/ |
D | TvInputManagerHelper.java | 427 && (inputInfo.getServiceInfo().applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) in isSystemInput() 435 inputInfo.getServiceInfo().applicationInfo.packageName); in isBundledInput() 539 return info == null ? null : info.getServiceInfo().applicationInfo; in getTvInputAppInfo() 595 return input.getServiceInfo().metaData.getInt(META_LABEL_SORT_KEY, Integer.MAX_VALUE); in getInputSortKey() 599 String packageName = input.getServiceInfo().packageName; in isInputPhysicalTuner() 610 input.getServiceInfo().packageName) in isInputPhysicalTuner() 616 input.getServiceInfo().packageName, 0); in isInputPhysicalTuner()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/applications/autofill/ |
D | PasswordsPreferenceControllerTest.java | 129 service.getServiceInfo().packageName = ""; in displayPreference_withPasswords_addsPreference() 130 service.getServiceInfo().name = ""; in displayPreference_withPasswords_addsPreference() 147 service.getServiceInfo().packageName, in displayPreference_withPasswords_addsPreference()
|
/packages/apps/TV/common/src/com/android/tv/common/compat/ |
D | TvInputInfoCompat.java | 75 ServiceInfo si = mTvInputInfo.getServiceInfo(); in getExtras() 117 ServiceInfo si = mTvInputInfo.getServiceInfo(); in getXmlResourceParser()
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/utils/ |
D | Utils.java | 75 return info.getServiceInfo().name; in getServiceNameFromInputId() 84 ServiceInfo si = info.getServiceInfo(); in getInputIdFromComponentName()
|
/packages/apps/Settings/src/com/android/settings/applications/autofill/ |
D | PasswordsPreferenceController.java | 123 final ServiceInfo serviceInfo = service.getServiceInfo(); in addPasswordPreferences() 164 .setComponent(service.getServiceInfo().getComponentName()); in requestSavedPasswordCount()
|
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/ |
D | InputDeviceResultTask.java | 139 final ServiceInfo serviceInfo = info.getServiceInfo(); in buildVirtualKeyboardSearchResults() 202 inputMethodInfo.getPackageName(), inputMethodInfo.getServiceInfo() in getSubtypeLocaleNameListAsSentence()
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
D | SpellCheckersSettings.java | 150 getActivity(), sci.getPackageName(), sci.getServiceInfo().applicationInfo); in getSpellCheckerSubtypeLabel() 167 (sci.getServiceInfo().applicationInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0; in onPreferenceChange()
|
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/ |
D | UserDictionaryProvider.java | 332 if (imeInfo.getServiceInfo().applicationInfo.uid == callingUid in canCallerAccessUserDictionary() 342 if (scInfo.getServiceInfo().applicationInfo.uid == callingUid in canCallerAccessUserDictionary()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | SuppressorHelper.java | 40 final ServiceInfo info = pm.getServiceInfo(suppressor, 0); in getSuppressorCaption()
|
D | NotificationAccessConfirmationActivity.java | 104 ServiceInfo serviceInfo = getPackageManager().getServiceInfo(mComponentName, 0); in onAllow()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
D | SuppressorHelperTest.java | 53 when(mPackageManager.getServiceInfo(mSuppressor, 0)).thenReturn(mServiceInfo); in setUp()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/ |
D | ShadowVoiceInteractionServiceInfo.java | 70 protected ServiceInfo getServiceInfo() { in getServiceInfo() method in ShadowVoiceInteractionServiceInfo
|
/packages/providers/TvProvider/tests/src/com/android/providers/tv/ |
D | MockTvProviderContext.java | 94 public ServiceInfo getServiceInfo(ComponentName className, int flags) { in getServiceInfo() method in MockTvProviderContext.MockPackageManagerForTesting
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
D | LiveWallpaperChange.java | 78 (currentWallpaper == null) ? null : currentWallpaper.getServiceInfo())); in init()
|
/packages/apps/TV/src/com/android/tv/setup/ |
D | SystemSetupActivity.java | 118 this, input.getServiceInfo().packageName); in executeAction()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | LivePreviewFragment.java | 464 ServiceInfo serviceInfo = wallpaperInfo.getServiceInfo(); in getDeleteAction() 470 ServiceInfo currentService = currentInfo == null ? null : currentInfo.getServiceInfo(); in getDeleteAction()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethodcommon/ |
D | InputMethodSettingsImpl.java | 91 imi.getServiceInfo().applicationInfo)); in getEnabledSubtypesLabel()
|
/packages/apps/TV/src/com/android/tv/onboarding/ |
D | OnboardingActivity.java | 214 this, input.getServiceInfo().packageName); in executeAction()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/ |
D | AvailableVirtualKeyboardFragment.java | 112 final ServiceInfo si = imi.getServiceInfo(); in getInputMethodIcon()
|
/packages/apps/TV/src/com/android/tv/ |
D | SetupPassthroughActivity.java | 112 SetupUtils.grantEpgPermission(this, mTvInputInfo.getServiceInfo().packageName); in onCreate()
|
/packages/apps/Car/Settings/src/com/android/car/settings/inputmethod/ |
D | KeyboardManagementPreferenceController.java | 68 if (inputMethodInfo.getServiceInfo().directBootAware) {
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/inputmethod/ |
D | EnabledKeyboardPreferenceControllerTest.java | 273 when(mockInfo.getServiceInfo()).thenReturn(new ServiceInfo()); in createMockInputMethodInfo()
|
D | InputMethodUtilTest.java | 341 when(mockInfo.getServiceInfo()).thenReturn(new ServiceInfo()); in createMockInputMethodInfo()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/ |
D | SetupPassthroughActivityTest.java | 361 Mockito.when(tvInputInfo.getServiceInfo()).thenReturn(serviceInfo); in createMockInput()
|