Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/tests/robotests/src/com/android/managedprovisioning/common/
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
DGetProvisioningModeUtilsTest.java113 Intent startedIntent = shadowOf(parentActivity).peekNextStartedActivity(); in startGetProvisioningModeActivityIfResolved_resolvableActivity_startsGetProvisioningModeIntent() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
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
/packages/apps/Settings/tests/robotests/src/com/android/settings/users/
DUserDetailsSettingsTest.java321 Intent startedIntent = shadowOf(mActivity).getNextStartedActivity(); in initialize_adminSelectsNewRestrictedUser_shouldOpenAppContentScreen() local
557 Intent startedIntent = shadowOf(mActivity).getNextStartedActivity(); in onPreferenceClick_selectRestrictedUser_appAndContentAccessClicked_startActivity() local
DUserSettingsTest.java628 Intent startedIntent = shadowOf(mActivity).getNextStartedActivity(); in onPreferenceClick_addGuestClicked_createGuestAndOpenDetails() local
/packages/apps/Settings/tests/unit/src/com/android/settings/datausage/
DDataUsageSummaryPreferenceTest.java446 final Intent startedIntent = intentCaptor.getValue(); in testSetAppIntent_toMdpApp_intentCorrect() local
530 final Intent startedIntent = intentCaptor.getValue(); in testSetWifiMode_withUsageInfo_dataUsageShown() local