Searched refs:queryIntentServicesAsUser (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/base/core/java/android/content/pm/
H A DAppsQueryHelper.java137 final List<ResolveInfo> resolveInfos = queryIntentServicesAsUser(
191 protected List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int userId) { method in class:AppsQueryHelper
H A DRegisteredServicesCache.java410 return pm.queryIntentServicesAsUser(new Intent(mInterfaceName),
H A DPackageManager.java4066 public abstract List<ResolveInfo> queryIntentServicesAsUser(Intent intent, method in class:PackageManager
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintServiceRecommendationService.java85 .queryIntentServicesAsUser(new Intent(
H A DPrintManagerService.java694 .queryIntentServicesAsUser(intent,
H A DUserState.java853 .queryIntentServicesAsUser(mQueryIntent,
/frameworks/base/services/core/java/com/android/server/
H A DServiceWatcher.java188 return mPm.queryIntentServicesAsUser(intent, flags, mCurrentUserId).isEmpty();
206 final List<ResolveInfo> rInfos = mPm.queryIntentServicesAsUser(intent,
H A DTextServicesManagerService.java261 final List<ResolveInfo> services = pm.queryIntentServicesAsUser(
H A DLocationManagerService.java390 List<ResolveInfo> rInfos = pm.queryIntentServicesAsUser(
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppsQueryHelperTests.java149 protected List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int userId) { method in class:AppsQueryHelperTests.AppsQueryHelperTestable
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileQueryHelper.java145 List<ResolveInfo> services = pm.queryIntentServicesAsUser(
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServiceManager.java259 List<ResolveInfo> services = pm.queryIntentServicesAsUser(
/frameworks/base/services/core/java/com/android/server/media/
H A DRemoteDisplayProviderWatcher.java117 for (ResolveInfo resolveInfo : mPackageManager.queryIntentServicesAsUser(
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteProviderWatcher.java112 for (ResolveInfo resolveInfo : mPackageManager.queryIntentServicesAsUser(
/frameworks/base/services/core/java/com/android/server/vr/
H A DEnabledComponentsObserver.java256 List<ResolveInfo> installedServices = pm.queryIntentServicesAsUser(
/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java411 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) { method in class:MockPackageManager
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePackageManager.java386 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) { method in class:BridgePackageManager
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DContextFixture.java510 }).when(mPackageManager).queryIntentServicesAsUser((Intent) any(), anyInt(), anyInt());
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java421 mContext.getPackageManager().queryIntentServicesAsUser(
493 mContext.getPackageManager().queryIntentServicesAsUser(
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java431 List<ResolveInfo> installedServices = pm.queryIntentServicesAsUser(
H A DZenModeHelper.java418 List<ResolveInfo> installedServices = mPm.queryIntentServicesAsUser(
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java522 List<ResolveInfo> resolveInfos = pm.queryIntentServicesAsUser(TRUST_AGENT_INTENT,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsApplication.java267 List<ResolveInfo> respondServices = packageManager.queryIntentServicesAsUser(intent, 0,
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java913 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) { method in class:ApplicationPackageManager
930 return queryIntentServicesAsUser(intent, flags, mContext.getUserId());
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1047 List<ResolveInfo> installedServices = mPackageManager.queryIntentServicesAsUser(

Completed in 717 milliseconds

12