Home
last modified time | relevance | path

Searched refs:queryIntentServicesAsUser (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/base/core/java/android/content/pm/
DAppsQueryHelper.java137 final List<ResolveInfo> resolveInfos = queryIntentServicesAsUser( in queryApps()
194 protected List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int userId) { in queryIntentServicesAsUser() method in AppsQueryHelper
DPackageManager.java4928 public abstract List<ResolveInfo> queryIntentServicesAsUser(@NonNull Intent intent, in queryIntentServicesAsUser() method in PackageManager
4947 public List<ResolveInfo> queryIntentServicesAsUser(@NonNull Intent intent, in queryIntentServicesAsUser() method in PackageManager
4949 return queryIntentServicesAsUser(intent, flags, user.getIdentifier()); in queryIntentServicesAsUser()
DRegisteredServicesCache.java460 return pm.queryIntentServicesAsUser(new Intent(mInterfaceName), flags, userId); in queryIntentServices()
/frameworks/base/services/core/java/com/android/server/
DServiceWatcher.java247 return mContext.getPackageManager().queryIntentServicesAsUser(new Intent(mAction), in isServiceMissing()
261 List<ResolveInfo> rInfos = mContext.getPackageManager().queryIntentServicesAsUser(intent, in bindBestPackage()
/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintServiceRecommendationService.java85 .queryIntentServicesAsUser(new Intent( in getServiceIntent()
DPrintManagerService.java829 .queryIntentServicesAsUser(intent, in registerBroadcastReceivers()
/frameworks/base/services/core/java/com/android/server/media/
DRemoteDisplayProviderWatcher.java117 for (ResolveInfo resolveInfo : mPackageManager.queryIntentServicesAsUser( in scanPackages()
/frameworks/base/services/core/java/com/android/server/tv/
DTvRemoteProviderWatcher.java112 for (ResolveInfo resolveInfo : mPackageManager.queryIntentServicesAsUser( in scanPackages()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAssistantsTest.java94 when(mPm.queryIntentServicesAsUser(any(), anyInt(), anyInt())) in setUp()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DAppsQueryHelperTests.java149 protected List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int userId) { in queryIntentServicesAsUser() method in AppsQueryHelperTests.AppsQueryHelperTestable
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServiceManager.java276 List<ResolveInfo> services = pm.queryIntentServicesAsUser(
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DServiceListing.java129 List<ResolveInfo> installedServices = pmWrapper.queryIntentServicesAsUser( in reload()
/frameworks/base/services/core/java/com/android/server/vr/
DEnabledComponentsObserver.java256 List<ResolveInfo> installedServices = pm.queryIntentServicesAsUser( in loadComponentNames()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileQueryHelper.java137 List<ResolveInfo> services = pm.queryIntentServicesAsUser( in addPackageTiles()
/frameworks/base/services/core/java/com/android/server/search/
DSearchManagerService.java284 List<ResolveInfo> infoListVis = pm.queryIntentServicesAsUser(intentAssistProbe, in getLegacyAssistComponent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/
DTileQueryHelperTest.java243 when(mPackageManager.queryIntentServicesAsUser(any(), anyInt(), anyInt())).thenReturn(list); in testThirdPartyTilesInactive()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java479 mContext.getPackageManager().queryIntentServicesAsUser( in findAvailInteractor()
551 mContext.getPackageManager().queryIntentServicesAsUser( in findAvailRecognizer()
1332 List<ResolveInfo> services = mPm.queryIntentServicesAsUser( in onRoleHoldersChanged()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
DSettingsInjector.java128 pm.queryIntentServicesAsUser(intent, PackageManager.GET_META_DATA, profileId); in getSettings()
/frameworks/base/services/backup/java/com/android/server/backup/
DTransportManager.java580 mPackageManager.queryIntentServicesAsUser(intent, 0, mUserId); in registerTransportsForIntent()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsResolverTest.java829 when(mMockPM.queryIntentServicesAsUser( in setupPackageQuery()
839 when(mMockPM.queryIntentServicesAsUser( in setupPackageQuery()
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/testutils/
DPackageManagerStub.java456 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) { in queryIntentServicesAsUser() method in PackageManagerStub
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePackageManager.java452 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) { in queryIntentServicesAsUser() method in BridgePackageManager
/frameworks/base/test-mock/src/android/test/mock/
DMockPackageManager.java505 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) { in queryIntentServicesAsUser() method in MockPackageManager
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DContextFixture.java598 }).when(mPackageManager).queryIntentServicesAsUser((Intent) any(), anyInt(), anyInt()); in ContextFixture()
/frameworks/base/telephony/java/com/android/internal/telephony/
DSmsApplication.java301 List<ResolveInfo> respondServices = packageManager.queryIntentServicesAsUser(intent, in getApplicationCollectionInternal()

12