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

/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/
H A DServiceWatcher.java167 List<ResolveInfo> rInfos = mPm.queryIntentServicesAsUser(intent,
H A DTextServicesManagerService.java224 final List<ResolveInfo> services = pm.queryIntentServicesAsUser(
H A DLocationManagerService.java362 List<ResolveInfo> rInfos = pm.queryIntentServicesAsUser(
H A DInputMethodManagerService.java2899 // Use for queryIntentServicesAsUser
2904 final List<ResolveInfo> services = pm.queryIntentServicesAsUser(
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java321 mContext.getPackageManager().queryIntentServicesAsUser(
391 mContext.getPackageManager().queryIntentServicesAsUser(
/frameworks/base/services/print/java/com/android/server/print/
H A DPrintManagerService.java583 .queryIntentServicesAsUser(intent, PackageManager.GET_SERVICES,
H A DUserState.java644 .queryIntentServicesAsUser(mQueryIntent, PackageManager.GET_SERVICES
/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java335 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.java309 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) { method in class:BridgePackageManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsApplication.java224 List<ResolveInfo> respondServices = packageManager.queryIntentServicesAsUser(intent, 0,
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java3008 public abstract List<ResolveInfo> queryIntentServicesAsUser(Intent intent, method in class:PackageManager
H A DRegisteredServicesCache.java365 return pm.queryIntentServicesAsUser(
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java289 List<ResolveInfo> installedServices = pm.queryIntentServicesAsUser(
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java490 List<ResolveInfo> resolveInfos = pm.queryIntentServicesAsUser(TRUST_AGENT_INTENT,
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java728 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) { method in class:ApplicationPackageManager
742 return queryIntentServicesAsUser(intent, flags, mContext.getUserId());
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java289 List<ResolveInfo> services = pm.queryIntentServicesAsUser(
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java968 List<ResolveInfo> installedServices = mPackageManager.queryIntentServicesAsUser(
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java1095 List<ResolveInfo> hosts = mPackageManager.queryIntentServicesAsUser(
1956 List<ResolveInfo> hosts = mPackageManager.queryIntentServicesAsUser(

Completed in 465 milliseconds