Searched refs:getServiceInfo (Results 1 - 25 of 46) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/accounts/
H A DIAccountAuthenticatorCache.java42 RegisteredServicesCache.ServiceInfo<AuthenticatorDescription> getServiceInfo( method in interface:IAccountAuthenticatorCache
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionServiceInfo.java52 this(pm, pm.getServiceInfo(comp, PackageManager.GET_META_DATA));
63 ServiceInfo si = AppGlobals.getPackageManager().getServiceInfo(comp,
159 public ServiceInfo getServiceInfo() { method in class:VoiceInteractionServiceInfo
/frameworks/base/core/java/android/accessibilityservice/
H A DIAccessibilityServiceConnection.aidl64 AccessibilityServiceInfo getServiceInfo();
H A DAccessibilityService.java1367 public final AccessibilityServiceInfo getServiceInfo() { method in class:AccessibilityService
1372 return connection.getServiceInfo();
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DMetaDataTest.java126 ServiceInfo si = mContext.getPackageManager().getServiceInfo(
131 si = mContext.getPackageManager().getServiceInfo(cn, 0);
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DUiAutomationShellWrapper.java75 AccessibilityServiceInfo info = mUiAutomation.getServiceInfo();
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java155 mInfo.getServiceInfo().applicationInfo.uid, mHandler);
240 int activeUid = mInfo.getServiceInfo().applicationInfo.uid;
249 int activeUid = mInfo.getServiceInfo().applicationInfo.uid;
258 int activeUid = mInfo.getServiceInfo().applicationInfo.uid;
284 mInfo.getServiceInfo().dump(new PrintWriterPrinter(pw), " ");
H A DVoiceInteractionManagerService.java268 + curInteractorInfo.getServiceInfo().name);
304 recognizerInfo = pm.getServiceInfo(curRecognizer, 0, userHandle);
306 interactorInfo = pm.getServiceInfo(curInteractor, 0, userHandle);
326 setCurInteractor(new ComponentName(curInteractorInfo.getServiceInfo().packageName,
327 curInteractorInfo.getServiceInfo().name), userHandle);
330 new ComponentName(curInteractorInfo.getServiceInfo().packageName,
394 .getServiceInfo(serviceComponent, 0, mCurUser);
443 if (packageName == null || info.getServiceInfo().packageName.equals(
451 foundInfo.getServiceInfo().packageName,
452 foundInfo.getServiceInfo()
[all...]
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java78 AccessibilityServiceInfo info = mUiAutomation.getServiceInfo();
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
H A DInputMethodSettingsImpl.java91 imi.getServiceInfo().applicationInfo));
/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamManagerService.java273 final ServiceInfo serviceInfo = getServiceInfo(component);
341 private ServiceInfo getServiceInfo(ComponentName name) { method in class:DreamManagerService
343 return name != null ? mContext.getPackageManager().getServiceInfo(name,
/frameworks/base/core/java/android/app/
H A DUiAutomation.java396 public final AccessibilityServiceInfo getServiceInfo() { method in class:UiAutomation
406 return connection.getServiceInfo();
H A DWallpaperInfo.java195 public ServiceInfo getServiceInfo() { method in class:WallpaperInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileLifecycleManager.java114 ServiceInfo info = mContext.getPackageManager().getServiceInfo(mIntent.getComponent(),
317 ServiceInfo si = AppGlobals.getPackageManager().getServiceInfo(mIntent.getComponent(),
H A DCustomTile.java97 ServiceInfo info = pm.getServiceInfo(mComponent, flags);
/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java185 ServiceInfo serviceInfo = getPackageManager().getServiceInfo(component, 0 /* flags */);
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerInfo.java232 public ServiceInfo getServiceInfo() { method in class:SpellCheckerInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DPreviewInflater.java95 Bundle metaData = packageManager.getServiceInfo(
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
H A DDreamBackend.java130 ServiceInfo ri = pm.getServiceInfo(cn, 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java260 ? packageManager.getServiceInfo(
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DComponentTest.java349 mPackageManager.getServiceInfo(DISABLED_SERVICE_COMPONENTNAME, 0);
356 mPackageManager.getServiceInfo(DISABLED_SERVICE_COMPONENTNAME,
369 mPackageManager.getServiceInfo(ENABLED_SERVICE_COMPONENTNAME, 0);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java340 public ServiceInfo getServiceInfo() { method in class:InputMethodInfo
/frameworks/base/core/java/android/content/pm/
H A DIPackageManager.aidl89 ServiceInfo getServiceInfo(in ComponentName className, int flags, int userId);
/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java380 public ServiceInfo getServiceInfo() { method in class:MidiService.Device
742 ServiceInfo serviceInfo = device.getServiceInfo();
/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodSubtypeSwitchingController.java237 imi.getServiceInfo().applicationInfo);

Completed in 700 milliseconds

12