Home
last modified time | relevance | path

Searched refs:getServiceInfo (Results 1 – 25 of 33) sorted by relevance

12

/packages/apps/Car/Settings/src/com/android/car/settings/applications/assist/
DVoiceInputInfoProvider.java165 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/
DTvInputManagerHelper.java427 && (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/
DPasswordsPreferenceControllerTest.java129 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/
DTvInputInfoCompat.java75 ServiceInfo si = mTvInputInfo.getServiceInfo(); in getExtras()
117 ServiceInfo si = mTvInputInfo.getServiceInfo(); in getXmlResourceParser()
/packages/apps/TV/tests/common/src/com/android/tv/testing/utils/
DUtils.java75 return info.getServiceInfo().name; in getServiceNameFromInputId()
84 ServiceInfo si = info.getServiceInfo(); in getInputIdFromComponentName()
/packages/apps/Settings/src/com/android/settings/applications/autofill/
DPasswordsPreferenceController.java123 final ServiceInfo serviceInfo = service.getServiceInfo(); in addPasswordPreferences()
164 .setComponent(service.getServiceInfo().getComponentName()); in requestSavedPasswordCount()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/
DInputDeviceResultTask.java139 final ServiceInfo serviceInfo = info.getServiceInfo(); in buildVirtualKeyboardSearchResults()
202 inputMethodInfo.getPackageName(), inputMethodInfo.getServiceInfo() in getSubtypeLocaleNameListAsSentence()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DSpellCheckersSettings.java150 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/
DUserDictionaryProvider.java332 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/
DSuppressorHelper.java40 final ServiceInfo info = pm.getServiceInfo(suppressor, 0); in getSuppressorCaption()
DNotificationAccessConfirmationActivity.java104 ServiceInfo serviceInfo = getPackageManager().getServiceInfo(mComponentName, 0); in onAllow()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DSuppressorHelperTest.java53 when(mPackageManager.getServiceInfo(mSuppressor, 0)).thenReturn(mServiceInfo); in setUp()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowVoiceInteractionServiceInfo.java70 protected ServiceInfo getServiceInfo() { in getServiceInfo() method in ShadowVoiceInteractionServiceInfo
/packages/providers/TvProvider/tests/src/com/android/providers/tv/
DMockTvProviderContext.java94 public ServiceInfo getServiceInfo(ComponentName className, int flags) { in getServiceInfo() method in MockTvProviderContext.MockPackageManagerForTesting
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperChange.java78 (currentWallpaper == null) ? null : currentWallpaper.getServiceInfo())); in init()
/packages/apps/TV/src/com/android/tv/setup/
DSystemSetupActivity.java118 this, input.getServiceInfo().packageName); in executeAction()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DLivePreviewFragment.java464 ServiceInfo serviceInfo = wallpaperInfo.getServiceInfo(); in getDeleteAction()
470 ServiceInfo currentService = currentInfo == null ? null : currentInfo.getServiceInfo(); in getDeleteAction()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethodcommon/
DInputMethodSettingsImpl.java91 imi.getServiceInfo().applicationInfo)); in getEnabledSubtypesLabel()
/packages/apps/TV/src/com/android/tv/onboarding/
DOnboardingActivity.java214 this, input.getServiceInfo().packageName); in executeAction()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/inputmethod/
DAvailableVirtualKeyboardFragment.java112 final ServiceInfo si = imi.getServiceInfo(); in getInputMethodIcon()
/packages/apps/TV/src/com/android/tv/
DSetupPassthroughActivity.java112 SetupUtils.grantEpgPermission(this, mTvInputInfo.getServiceInfo().packageName); in onCreate()
/packages/apps/Car/Settings/src/com/android/car/settings/inputmethod/
DKeyboardManagementPreferenceController.java68 if (inputMethodInfo.getServiceInfo().directBootAware) {
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/inputmethod/
DEnabledKeyboardPreferenceControllerTest.java273 when(mockInfo.getServiceInfo()).thenReturn(new ServiceInfo()); in createMockInputMethodInfo()
DInputMethodUtilTest.java341 when(mockInfo.getServiceInfo()).thenReturn(new ServiceInfo()); in createMockInputMethodInfo()
/packages/apps/TV/tests/robotests/src/com/android/tv/
DSetupPassthroughActivityTest.java361 Mockito.when(tvInputInfo.getServiceInfo()).thenReturn(serviceInfo); in createMockInput()

12