/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/ |
D | ClientTest.java | 115 final List<ResolveInfo> resolveInfo = InstrumentationRegistry.getContext() in testQuery() local 140 final List<ResolveInfo> resolveInfo = InstrumentationRegistry.getContext() in testQuery() local 164 final List<ResolveInfo> resolveInfo = InstrumentationRegistry.getContext() in testQuery() local 175 final List<ResolveInfo> resolveInfo = InstrumentationRegistry.getContext() in testQuery() local 183 final List<ResolveInfo> resolveInfo = InstrumentationRegistry.getContext() in testQuery() local 208 final List<ResolveInfo> resolveInfo = InstrumentationRegistry.getContext() in testQuery() local 232 final List<ResolveInfo> resolveInfo = InstrumentationRegistry.getContext() in testQuery() local 243 final List<ResolveInfo> resolveInfo = InstrumentationRegistry.getContext() in testQuery() local 251 final List<ResolveInfo> resolveInfo = InstrumentationRegistry in testQuery() local 275 final List<ResolveInfo> resolveInfo = InstrumentationRegistry.getContext() in testQuery() local [all …]
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | ResolveInfoTest.java | 79 ResolveInfo resolveInfo = pm.resolveActivity(intent, 0); in testResolveInfo() local 92 final ResolveInfo resolveInfo = new ResolveInfo(); in testLoadLabel_noNonLocalizedLabelAndNullPM_throwsNPE() local 102 final ResolveInfo resolveInfo = new ResolveInfo(); in testLoadLabel_hasNonLocalizedLabelAndNullPM_correctResult() local 114 ResolveInfo resolveInfo = pm.resolveService(intent, PackageManager.GET_RESOLVED_FILTER); in testDump() local
|
D | PackageManagerTest.java | 865 ResolveInfo resolveInfo = mPackageManager.resolveService(intent, in testResolveMethods() local
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/UserAppTest/src/com/android/cts/userapptest/ |
D | ClientTest.java | 43 final List<ResolveInfo> resolveInfo = InstrumentationRegistry in testQueryInstant() local 53 final List<ResolveInfo> resolveInfo = InstrumentationRegistry in testQueryFull() local
|
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/ |
D | ClientTest.java | 140 final List<ResolveInfo> resolveInfo = InstrumentationRegistry.getContext() in testQuery() local 163 final List<ResolveInfo> resolveInfo = InstrumentationRegistry.getContext() in testQuery() local 186 final List<ResolveInfo> resolveInfo = InstrumentationRegistry.getContext() in testQuery() local 211 final List<ResolveInfo> resolveInfo = InstrumentationRegistry.getContext() in testQuery() local 236 final List<ResolveInfo> resolveInfo = InstrumentationRegistry.getContext() in testQuery() local 254 final List<ResolveInfo> resolveInfo = InstrumentationRegistry in testQuery() local 276 final List<ResolveInfo> resolveInfo = InstrumentationRegistry in testQuery() local 294 final List<ResolveInfo> resolveInfo = InstrumentationRegistry in testQuery() local 309 final List<ResolveInfo> resolveInfo = InstrumentationRegistry in testQuery() local 332 final List<ResolveInfo> resolveInfo = InstrumentationRegistry in testQuery() local [all …]
|
/cts/tests/app/src/android/app/cts/ |
D | ManageFsiTest.java | 63 final ResolveInfo resolveInfo = pm.resolveActivity(intent, MATCH_DEFAULT_ONLY); in testManageAppUseFsiIntent_ResolvesToActivity() local
|
D | PendingIntentTest.java | 889 ResolveInfo resolveInfo = broadcastReceiverResolveInfos.get(0); in testGetIntentComponentAndType() local 910 ResolveInfo resolveInfo = activityResolveInfos.get(0); in testGetIntentComponentAndType() local 931 ResolveInfo resolveInfo = serviceResolveInfos.get(0); in testGetIntentComponentAndType() local 950 ResolveInfo resolveInfo = serviceResolveInfos.get(0); in testGetIntentComponentAndType() local
|
/cts/common/device-side/interactive/src/main/java/com/android/interactive/steps/ |
D | SelectAppStep.java | 106 final ResolveInfo resolveInfo = getItem(position); in getView() local 146 protected void appSelected(ResolveInfo resolveInfo) { in appSelected()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | BasicInCallServiceTest.java | 71 List<ResolveInfo> resolveInfo = packageManager.queryIntentServices(serviceIntent, in testResolveInCallIntent() local
|
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/ |
D | SuspendPackageTest.java | 114 ResolveInfo resolveInfo = mPackageManager.resolveActivity(intent, /* flags= */ 0); in assertPackageSuspended() local 176 ResolveInfo resolveInfo = mPackageManager.resolveActivityAsUser( in getSettingsPackageName() local
|
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/ |
D | WallpaperInfoTest.java | 93 ResolveInfo resolveInfo = result.get(i); in getInfoForService() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | UserRestrictions.java | 357 ResolveInfo resolveInfo = packageManager.resolveActivity( in getDefaultCellBroadcastReceiverPackageName() local 382 ResolveInfo resolveInfo = packageManager.resolveActivity( in hasSettingsActivity() local
|
D | CommandReceiverActivity.java | 861 ResolveInfo resolveInfo = getPackageManager() in getCurrentLauncherPackage() local
|
/cts/tests/tests/systemintents/src/android/systemintents/cts/ |
D | TestSystemIntents.java | 130 final ResolveInfo resolveInfo = mPackageManager.resolveActivity( in testActionInputMethodSettings_resolvedBy_highPriorityComponent() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | RequiredComponentsTest.java | 63 ResolveInfo resolveInfo = installers.get(0); in testPackageInstallerPresent() local
|
/cts/hostsidetests/devicepolicy/app/PackageInstaller/src/com/android/cts/packageinstaller/ |
D | ManualPackageInstallTest.java | 141 ResolveInfo resolveInfo = mPackageManager.resolveActivityAsUser( in getSettingsPackageName() local
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputMethodInfoTest.java | 152 ResolveInfo resolveInfo = ris.get(i); in testInputMethodInfoProperties() local 365 final ResolveInfo resolveInfo = new ResolveInfo(); in testParsingPhysicalKeyboardAttributes() local
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/activities/ |
D | Activities.java | 199 ResolveInfo resolveInfo = TestApis.context().instrumentedContext() in getResolvedActivityOfIntent() local
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | DocumentsContractTest.java | 135 final ResolveInfo resolveInfo = new ResolveInfo(); in testRootUri() local 174 final ResolveInfo resolveInfo = new ResolveInfo(); in testRootsUri() local
|
/cts/tests/tests/car/src/android/car/app/cts/ |
D | MultiUserMultiDisplayWindowSecurityTest.java | 274 List<ResolveInfo> resolveInfo = mContext.getPackageManager() in getPassengerLauncherPackageName() local
|
/cts/tests/tests/virtualdevice/applaunch/src/android/virtualdevice/cts/applaunch/ |
D | VirtualDeviceHomeTest.java | 398 final ResolveInfo resolveInfo = in resolveHomeIntent() local
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | DeviceAdminInfoTest.java | 464 ResolveInfo resolveInfo = new ResolveInfo(); in createDeviceAdminInfo() local
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/ |
D | SplitAppTest.java | 1027 private static ComponentName getComponentName(ResolveInfo resolveInfo) { in getComponentName()
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | ActivityManagerTestBase.java | 819 final ResolveInfo resolveInfo = in getDefaultSecondaryHomeComponent() local
|
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | NotificationManagerZenTest.java | 2966 final ResolveInfo resolveInfo = pm.resolveActivity(intent, MATCH_DEFAULT_ONLY); in testIndividualRuleIntent_resolvesToActivity() local
|