Home
last modified time | relevance | path

Searched defs:startedIntent (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/common/
H A DPolicyComplianceUtilsTest.java106 Intent startedIntent = shadowOf(parentActivity).peekNextStartedActivity(); in startPolicyComplianceActivityForResultIfResolved_activityExists_isStarted() local
125 Intent startedIntent = shadowOf(parentActivity).peekNextStartedActivity(); in startPolicyComplianceActivityForResultIfResolved_activityDoesNotExist_notStarted() local
142 Intent startedIntent = shadowOf(parentActivity).peekNextStartedActivity(); in startPolicyComplianceActivityIfResolved_activityExists_isStarted() local
159 Intent startedIntent = shadowOf(parentActivity).peekNextStartedActivity(); in startPolicyComplianceActivityIfResolved_activityDoesNotExist_notStarted() local
176 Intent startedIntent = shadowOf(service).peekNextStartedActivity(); in startPolicyComplianceActivityIfResolved_fromNonActivityContext_isStartedWithNewTaskFlag() local
H A DGetProvisioningModeUtilsTest.java113 Intent startedIntent = shadowOf(parentActivity).peekNextStartedActivity(); in startGetProvisioningModeActivityIfResolved_resolvableActivity_startsGetProvisioningModeIntent() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
H A DChooseLockSettingsHelperTest.java53 Intent startedIntent = shadowActivity.getNextStartedActivity(); in testLaunchConfirmationActivityWithExternal() local
84 Intent startedIntent = shadowActivity.getNextStartedActivity(); in testLaunchConfirmationActivityInternal() local
136 Intent startedIntent = shadowActivity.getNextStartedActivity(); in launchConfirmPattern_ForceVerify_shouldLaunchInternalActivity() local
156 Intent startedIntent = shadowActivity.getNextStartedActivity(); in launchConfirmPassword_ForceVerify_shouldLaunchInternalActivity() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/users/
H A DUserDetailsSettingsTest.java321 Intent startedIntent = shadowOf(mActivity).getNextStartedActivity(); in initialize_adminSelectsNewRestrictedUser_shouldOpenAppContentScreen() local
557 Intent startedIntent = shadowOf(mActivity).getNextStartedActivity(); in onPreferenceClick_selectRestrictedUser_appAndContentAccessClicked_startActivity() local
H A DUserSettingsTest.java628 Intent startedIntent = shadowOf(mActivity).getNextStartedActivity(); in onPreferenceClick_addGuestClicked_createGuestAndOpenDetails() local
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/datausage/
H A DDataUsageSummaryPreferenceTest.java446 final Intent startedIntent = intentCaptor.getValue(); in testSetAppIntent_toMdpApp_intentCorrect() local
530 final Intent startedIntent = intentCaptor.getValue(); in testSetWifiMode_withUsageInfo_dataUsageShown() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DActivityLaunchAnimatorTest.kt83 var startedIntent = false regex