Home
last modified time | relevance | path

Searched refs:queryIntentServices (Results 1 – 16 of 16) sorted by relevance

/cts/tests/tests/content/src/android/content/pm/cts/
DInstantAppTest.java60 mPackageManager.queryIntentServices(resolverIntent, resolveFlags); in testInstantAppResolverQuery()
DPackageManagerTest.java215 List<ResolveInfo> services = mPackageManager.queryIntentServices(serviceIntent, in testQuery()
/cts/tests/app/src/android/app/cts/
DWallpaperInfoTest.java47 List<ResolveInfo> result = pm.queryIntentServices(intent, PackageManager.GET_META_DATA); in test()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
DClientTest.java184 .getPackageManager().queryIntentServices(queryIntent, 0 /*flags*/); in testQuery()
209 .getPackageManager().queryIntentServices(queryIntent, MATCH_EPHEMERAL); in testQuery()
233 .getPackageManager().queryIntentServices(queryIntent, 0 /*flags*/); in testQuery()
244 .getPackageManager().queryIntentServices(queryIntent, 0 /*flags*/); in testQuery()
/cts/hostsidetests/appsecurity/test-apps/OrderedActivityApp/src/android/appsecurity/cts/orderedactivity/
DPackageResolutionTest.java63 final List<ResolveInfo> resolve = pm.queryIntentServices(intent, 0 /*flags*/); in queryServiceOrdered()
/cts/tests/tests/telecom/src/android/telecom/cts/
DBasicInCallServiceTest.java73 List<ResolveInfo> resolveInfo = packageManager.queryIntentServices(serviceIntent, in testResolveInCallIntent()
/cts/tests/location/location_fine/src/android/location/cts/fine/
DGeocoderTest.java199 return pm.queryIntentServices(intent, flags).isEmpty(); in isServiceMissing()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DKeyguardDisabledFeaturesActivity.java148 List<ResolveInfo> resolveInfos = packageManager.queryIntentServices(intent, 0); in hasTrustAgents()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsUtils.java137 List<ResolveInfo> resolveInfos = packageManager.queryIntentServices(intent, 0); in shouldRunSmsImsTests()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
DSplitAppTest.java396 result = pm.queryIntentServices(intent, 0); in testFeatureWarmBase()
621 final List<String> serviceNames = pm.queryIntentServices(intent, 0).stream() in testInheritUpdatedSplit_withRevisionA()
819 List<ResolveInfo> resolveInfoList = pm.queryIntentServices(intent, 0); in testComponentWithSplitName_singleBase()
836 List<ResolveInfo> resolveInfoList = pm.queryIntentServices(intent, 0); in testComponentWithSplitName_featureWarmInstalled()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputMethodInfoTest.java125 List<ResolveInfo> ris = pm.queryIntentServices(intent, PackageManager.GET_META_DATA); in testInputMethodInfoProperties()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java346 ACTION_MANIFEST_SERVICE, this::queryIntentServices); in queriesNothing_cannotSeeFilters()
356 ACTION_MANIFEST_SERVICE, this::queryIntentServices); in queriesActivityAction_canSeeFilters()
368 ACTION_MANIFEST_SERVICE, this::queryIntentServices); in queriesNothingHasPermission_canSeeFilters()
1292 private String[] queryIntentServices(String sourcePackageName, Intent queryIntent) in queryIntentServices() method in AppEnumerationTests
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java255 .getContext().getPackageManager().queryIntentServices(queryIntent, 0 /*flags*/); in testQuery()
277 .getContext().getPackageManager().queryIntentServices(queryIntent, 0 /*flags*/); in testQuery()
295 .getContext().getPackageManager().queryIntentServices(queryIntent, 0 /*flags*/); in testQuery()
/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
DEncryptionAppTest.java368 assertEquals("service", count, mPm.queryIntentServices(intent, flags).size()); in assertQuery()
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java243 .queryIntentServices(printServiceIntent, GET_SERVICES | GET_META_DATA); in disablePrintServices()
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java424 final String[] resolveInfos = getPackageManager().queryIntentServices( in sendQueryIntentServices()