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

/frameworks/base/services/java/com/android/server/
H A DRecognitionManagerService.java76 mContext.getPackageManager().getServiceInfo(comp, 0);
H A DWallpaperManagerService.java273 mContext.getPackageManager().getServiceInfo(
283 mContext.getPackageManager().getServiceInfo(
505 ServiceInfo si = mContext.getPackageManager().getServiceInfo(componentName,
H A DInputMethodManagerService.java401 si = mContext.getPackageManager().getServiceInfo(
1392 return (inputMethod.getServiceInfo().applicationInfo.flags
1403 if ((enabled.get(i).getServiceInfo().applicationInfo.flags
H A DPackageManagerService.java1594 public ServiceInfo getServiceInfo(ComponentName component, int flags) { method in class:PackageManagerService
1598 TAG, "getServiceInfo " + component + ": " + s);
2272 ServiceInfo si = getServiceInfo(comp, flags);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DMetaDataTest.java127 ServiceInfo si = mContext.getPackageManager().getServiceInfo(
132 si = mContext.getPackageManager().getServiceInfo(cn, 0);
/frameworks/base/core/java/android/content/pm/
H A DIPackageManager.aidl69 ServiceInfo getServiceInfo(in ComponentName className, int flags);
H A DPackageManager.java1040 public abstract ServiceInfo getServiceInfo(ComponentName className, method in class:PackageManager
H A DRegisteredServicesCache.java61 * are made available via the {@link #getServiceInfo} method.
202 public ServiceInfo<V> getServiceInfo(V type) { method in class:RegisteredServicesCache
/frameworks/base/core/java/android/app/
H A DWallpaperInfo.java172 public ServiceInfo getServiceInfo() { method in class:WallpaperInfo
H A DContextImpl.java1814 public ServiceInfo getServiceInfo(ComponentName className, int flags) method in class:ContextImpl.ApplicationPackageManager
1817 ServiceInfo si = mPM.getServiceInfo(className, flags);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java187 public ServiceInfo getServiceInfo() { method in class:InputMethodInfo
/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java124 public ServiceInfo getServiceInfo(ComponentName className, int flags) method in class:MockPackageManager
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DComponentTest.java355 mPackageManager.getServiceInfo(DISABLED_SERVICE_COMPONENTNAME, 0);
362 mPackageManager.getServiceInfo(DISABLED_SERVICE_COMPONENTNAME,
375 mPackageManager.getServiceInfo(ENABLED_SERVICE_COMPONENTNAME, 0);
/frameworks/base/core/java/android/accounts/
H A DAccountManagerService.java244 if (mAuthenticatorCache.getServiceInfo(AuthenticatorDescription.newKey(accountType))
918 mAuthenticatorCache.getServiceInfo(
1439 mAuthenticatorCache.getServiceInfo(
/frameworks/base/core/java/android/content/
H A DSyncManager.java417 mSyncAdapters.getServiceInfo(syncAdapterType);
592 mSyncAdapters.getServiceInfo(
1682 mSyncAdapters.getServiceInfo(syncAdapterType);

Completed in 154 milliseconds