Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DChooseLockSettingsHelperTest.java59 Intent startedIntent = shadowActivity.getNextStartedActivity(); in testLaunchConfirmationActivityWithExternal() local
90 Intent startedIntent = shadowActivity.getNextStartedActivity(); in testLaunchConfirmationActivityInternal() local
142 Intent startedIntent = shadowActivity.getNextStartedActivity(); in launchConfirmPattern_ForceVerify_shouldLaunchInternalActivity() local
162 Intent startedIntent = shadowActivity.getNextStartedActivity(); in launchConfirmPassword_ForceVerify_shouldLaunchInternalActivity() local
183 Intent startedIntent = shadowActivity.getNextStartedActivity(); in launchConfirmPassword_remoteValidation_passwordLockType() local
212 Intent startedIntent = shadowActivity.getNextStartedActivity(); in launchConfirmPassword_remoteValidation_pinLockType() local
241 Intent startedIntent = shadowActivity.getNextStartedActivity(); in launchConfirmPattern_remoteValidation_patternLockType() local
/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/common/
DPolicyComplianceUtilsTest.kt85 val startedIntent = shadowOf(parentActivity).peekNextStartedActivity() in startPolicyComplianceActivityForResultIfResolved_activityExists_isStarted() constant
103 val startedIntent = shadowOf(parentActivity).peekNextStartedActivity() in startPolicyComplianceActivityForResultIfResolved_activityDoesNotExist_notStarted() constant
119 val startedIntent = shadowOf(parentActivity).peekNextStartedActivity() in startPolicyComplianceActivityIfResolved_activityExists_isStarted() constant
135 val startedIntent = shadowOf(parentActivity).peekNextStartedActivity() in startPolicyComplianceActivityIfResolved_activityDoesNotExist_notStarted() constant
150 val startedIntent = shadowOf(service).peekNextStartedActivity() in startPolicyComplianceActivityIfResolved_fromNonActivityContext_isStartedWithNewTaskFlag() constant
DGetProvisioningModeUtilsTest.java116 Intent startedIntent = shadowOf(parentActivity).peekNextStartedActivity(); in startGetProvisioningModeActivityIfResolved_resolvableActivity_startsGetProvisioningModeIntent() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/users/
DUserDetailsSettingsTest.java340 Intent startedIntent = shadowOf(mActivity).getNextStartedActivity(); in initialize_adminSelectsNewRestrictedUser_shouldOpenAppContentScreen() local
622 Intent startedIntent = shadowOf(mActivity).getNextStartedActivity(); in onPreferenceClick_selectRestrictedUser_appAndContentAccessClicked_startActivity() local
DUserSettingsTest.java743 Intent startedIntent = shadowOf(mActivity).getNextStartedActivity(); in onPreferenceClick_addGuestClicked_createGuestAndOpenDetails() local