/cts/tests/app/src/android/app/cts/ |
D | WallpaperInfoTest.java | 52 List<ResolveInfo> result = pm.queryIntentServices(intent, PackageManager.GET_META_DATA); in test_wallpaperServiceQuery() 94 List<ResolveInfo> result = pm.queryIntentServices(intent, PackageManager.GET_META_DATA); in getInfoForService()
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | InstantAppTest.java | 60 mPackageManager.queryIntentServices(resolverIntent, resolveFlags); in testInstantAppResolverQuery()
|
D | PackageManagerTest.java | 215 List<ResolveInfo> services = mPackageManager.queryIntentServices(serviceIntent, in testQuery()
|
/cts/hostsidetests/appsecurity/test-apps/OrderedActivityApp/src/android/appsecurity/cts/orderedactivity/ |
D | PackageResolutionTest.java | 63 final List<ResolveInfo> resolve = pm.queryIntentServices(intent, 0 /*flags*/); in queryServiceOrdered()
|
/cts/tests/location/location_fine/src/android/location/cts/fine/ |
D | GeocoderTest.java | 199 return pm.queryIntentServices(intent, flags).isEmpty(); in isServiceMissing()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | BasicInCallServiceTest.java | 73 List<ResolveInfo> resolveInfo = packageManager.queryIntentServices(serviceIntent, in testResolveInCallIntent()
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/ |
D | ClientTest.java | 184 .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/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | KeyguardDisabledFeaturesActivity.java | 148 List<ResolveInfo> resolveInfos = packageManager.queryIntentServices(intent, 0); in hasTrustAgents()
|
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
D | ImsUtils.java | 137 List<ResolveInfo> resolveInfos = packageManager.queryIntentServices(intent, 0); in shouldRunSmsImsTests()
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/ |
D | SplitAppTest.java | 396 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/ |
D | InputMethodInfoTest.java | 125 List<ResolveInfo> ris = pm.queryIntentServices(intent, PackageManager.GET_META_DATA); in testInputMethodInfoProperties()
|
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/ |
D | AppEnumerationTests.java | 347 ACTION_MANIFEST_SERVICE, this::queryIntentServices); in queriesNothing_cannotSeeFilters() 357 ACTION_MANIFEST_SERVICE, this::queryIntentServices); in queriesActivityAction_canSeeFilters() 369 ACTION_MANIFEST_SERVICE, this::queryIntentServices); in queriesNothingHasPermission_canSeeFilters() 1302 private String[] queryIntentServices(String sourcePackageName, Intent queryIntent) in queryIntentServices() method in AppEnumerationTests
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/ |
D | ClientTest.java | 255 .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/ |
D | EncryptionAppTest.java | 367 assertEquals("service", count, mPm.queryIntentServices(intent, flags).size()); in assertQuery()
|
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/ |
D | BasePrintTest.java | 243 .queryIntentServices(printServiceIntent, GET_SERVICES | GET_META_DATA); in disablePrintServices()
|
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/ |
D | TestActivity.java | 424 final String[] resolveInfos = getPackageManager().queryIntentServices( in sendQueryIntentServices()
|