Home
last modified time | relevance | path

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

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsResolverTest.java116 when(mMockPM.queryIntentServicesAsUser(any(), anyInt(), anyInt())).thenReturn(info); in testAddPackageToCache()
145 when(mMockPM.queryIntentServicesAsUser(any(), anyInt(), anyInt())).thenReturn(info); in testCarrierPackageBind()
174 when(mMockPM.queryIntentServicesAsUser(any(), anyInt(), anyInt())).thenReturn(info); in testDontBindWhenNullCarrierPackage()
207 when(mMockPM.queryIntentServicesAsUser(any(), anyInt(), anyInt())).thenReturn(info); in testDevicePackageBind()
249 when(mMockPM.queryIntentServicesAsUser(any(), anyInt(), anyInt())).thenReturn(info); in testDeviceAndCarrierPackageBind()
328 when(mMockPM.queryIntentServicesAsUser(any(), anyInt(), anyInt())).thenReturn(info); in testAddDeviceFeatureNoCarrier()
383 when(mMockPM.queryIntentServicesAsUser(any(), anyInt(), anyInt())).thenReturn(info); in testAddDeviceFeatureWithCarrier()
454 when(mMockPM.queryIntentServicesAsUser(any(), anyInt(), anyInt())).thenReturn(info); in testAddCarrierFeature()
524 when(mMockPM.queryIntentServicesAsUser(any(), anyInt(), anyInt())).thenReturn(info); in testRemoveCarrierFeature()
593 when(mMockPM.queryIntentServicesAsUser(any(), anyInt(), anyInt())).thenReturn(info); in testInstallCarrierImsService()
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DPackageManagerWrapperImpl.java91 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int i, int user) { in queryIntentServicesAsUser() method in PackageManagerWrapperImpl
92 return mPm.queryIntentServicesAsUser(intent, i, user); in queryIntentServicesAsUser()
DPackageManagerWrapper.java96 List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int i, int user); in queryIntentServicesAsUser() method
/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
DRegisteredServicesCache.java412 return pm.queryIntentServicesAsUser(new Intent(mInterfaceName), in queryIntentServices()
/frameworks/base/services/core/java/com/android/server/
DServiceWatcher.java188 return mPm.queryIntentServicesAsUser(intent, flags, mCurrentUserId).isEmpty(); in isServiceMissing()
206 final List<ResolveInfo> rInfos = mPm.queryIntentServicesAsUser(intent, in bindBestPackageLocked()
/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintServiceRecommendationService.java85 .queryIntentServicesAsUser(new Intent( in getServiceIntent()
DPrintManagerService.java687 .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/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.java260 List<ResolveInfo> services = pm.queryIntentServicesAsUser(
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileQueryHelper.java114 List<ResolveInfo> services = pm.queryIntentServicesAsUser( in addPackageTiles()
/frameworks/base/services/core/java/com/android/server/vr/
DEnabledComponentsObserver.java256 List<ResolveInfo> installedServices = pm.queryIntentServicesAsUser( in loadComponentNames()
/frameworks/base/services/backup/java/com/android/server/backup/
DTransportManager.java251 List<ResolveInfo> hosts = mPackageManager.queryIntentServicesAsUser( in bindToAllInternal()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java426 mContext.getPackageManager().queryIntentServicesAsUser( in findAvailInteractor()
498 mContext.getPackageManager().queryIntentServicesAsUser( in findAvailRecognizer()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgePackageManager.java433 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) { in queryIntentServicesAsUser() method in BridgePackageManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java659 for (ResolveInfo entry : packageManager.queryIntentServicesAsUser( in getImsServiceInfo()
/frameworks/base/test-runner/src/android/test/mock/
DMockPackageManager.java460 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.java523 }).when(mPackageManager).queryIntentServicesAsUser((Intent) any(), anyInt(), anyInt()); in ContextFixture()
/frameworks/base/telephony/java/com/android/internal/telephony/
DSmsApplication.java273 List<ResolveInfo> respondServices = packageManager.queryIntentServicesAsUser(intent, 0, in getApplicationCollectionInternal()
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java446 List<ResolveInfo> installedServices = pm.queryIntentServicesAsUser( in queryPackageForServices()
DZenModeHelper.java422 List<ResolveInfo> installedServices = mPm.queryIntentServicesAsUser( in getServiceInfo()
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java999 public List<ResolveInfo> queryIntentServicesAsUser(Intent intent, int flags, int userId) { in queryIntentServicesAsUser() method in ApplicationPackageManager
1016 return queryIntentServicesAsUser(intent, flags, mContext.getUserId()); in queryIntentServices()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java608 List<ResolveInfo> resolveInfos = pm.queryIntentServicesAsUser(TRUST_AGENT_INTENT, in resolveAllowedTrustAgents()

12