Home
last modified time | relevance | path

Searched defs:shadowActivity (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DSetNewPasswordActivityTest.java101 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in testChooseLockGeneric() local
116 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in testSetupChooseLockGeneric() local
136 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in testLaunchChooseLock_setNewPasswordExtraWithoutPermission() local
160 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in testLaunchChooseLock_setNewPasswordExtraWithPermission() local
190 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in testLaunchChooseLock_setNewPasswordExtraInvalidValue() local
218 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in testLaunchChooseLock_setNewPasswordExtraNoneComplexity() local
245 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in testLaunchChooseLock_setNewPasswordWithoutExtra() local
273 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in testLaunchChooseLock_setNewParentProfilePasswordExtraWithPermission() local
300 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in testLaunchChooseLock_setNewParentProfilePasswordWithoutExtra() local
327 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in launchChooseLock_setNewParentProfilePassword_DevicePasswordRequirementExtra() local
[all …]
DChooseLockSettingsHelperTest.java58 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in testLaunchConfirmationActivityWithExternal() local
89 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in testLaunchConfirmationActivityInternal() local
122 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in testLaunchConfirmationActivity_internal_shouldPropagateTheme() local
141 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in launchConfirmPattern_ForceVerify_shouldLaunchInternalActivity() local
161 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in launchConfirmPassword_ForceVerify_shouldLaunchInternalActivity() local
172 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in launchConfirmPassword_remoteValidation_passwordLockType() local
201 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in launchConfirmPassword_remoteValidation_pinLockType() local
230 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in launchConfirmPattern_remoteValidation_patternLockType() local
DSetupChooseLockPasswordTest.java168 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in createActivity_clickDifferentOption_extrasShouldBePropagated() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
DSetupFingerprintEnrollIntroductionTest.java170 ShadowActivity shadowActivity = Shadows.shadowOf(mController.get()); in testKeyguardNotSecure_shouldFinishWithSetupSkipDialogResultSkip() local
189 ShadowActivity shadowActivity = Shadows.shadowOf(mController.get()); in testKeyguardSecure_shouldFinishWithFingerprintResultSkip() local
205 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in testBackKeyPress_shouldSetIntentDataIfLockScreenAdded() local
217 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in testBackKeyPress_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch() local
233 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in testCancelClicked_shouldSetIntentDataIfLockScreenAdded() local
256 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in testOnResultFromFindSensor_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch() local
276 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in testOnResultFromFindSensor_shouldNotSetIntentDataIfLockScreenNotAdded() local
292 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in testLockPattern() local
DFingerprintEnrollFindSensorTest.java162 ShadowActivity shadowActivity = Shadows.shadowOf(mActivity); in verifyStartEnrollingActivity() local
178 ShadowActivity shadowActivity = Shadows.shadowOf(mActivity); in enrollFingerprintTwice_shouldStartOneEnrolling() local
202 ShadowActivity shadowActivity = Shadows.shadowOf(mActivity); in layoutWithoutAnimation_shouldNotCrash() local
217 ShadowActivity shadowActivity = Shadows.shadowOf(mActivity); in clickSkip_shouldReturnResultSkip() local
DFingerprintSuggestionActivityTest.java117 ShadowActivity shadowActivity = Shadows.shadowOf(mActivity); in testKeyguardSecure_shouldFinishWithFingerprintResultSkip() local
/aosp_15_r20/packages/apps/TV/tests/robotests/src/com/android/tv/
DSetupPassthroughActivityTest.java170 ShadowActivity shadowActivity = shadowOf(activity); in create_trustedCallingPackage() local
193 ShadowActivity shadowActivity = shadowOf(activity); in create_nonTrustedCallingPackage() local
215 ShadowActivity shadowActivity = shadowOf(activity); in create_nullCallingPackage() local
347 ShadowActivity shadowActivity = shadowOf(activity); in createSetupActivityFor() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/face/
DFaceEnrollIntroductionTest.java333 ShadowActivity shadowActivity = Shadows.shadowOf(mActivity); in testGenerateChallengeFailThenRecreate() local
537 ShadowActivity shadowActivity = Shadows.shadowOf(mActivity); in testFaceEnrollIntroduction_maxFacesEnrolled_launchFaceSettings() local
556 ShadowActivity shadowActivity = Shadows.shadowOf(mActivity); in testFaceEnrollIntroduction_maxFacesEnrolled_isSuw_notLaunchFaceSettings() local
573 ShadowActivity shadowActivity = Shadows.shadowOf(mActivity); in testFaceEnrollIntroduction_maxFacesEnrolled_fromSettings_notLaunchFaceSettings() local
/aosp_15_r20/external/robolectric/robolectric/src/main/java/org/robolectric/android/internal/
H A DRoboMonitoringInstrumentation.java215 ShadowActivity shadowActivity = extract(target); in execStartActivity() local
239 ShadowActivity shadowActivity = extract(who); in execStartActivity() local
265 ShadowActivity shadowActivity = extract(target); in execStartActivity() local
272 ShadowActivity shadowActivity, String target, int requestCode, ActivityResult ar) { in postDispatchActivityResult()
H A DLocalActivityInvoker.java48 ShadowActivity shadowActivity = Shadow.extract(controller.get()); in startActivityForResult() local
67 ShadowActivity shadowActivity = Shadow.extract(controller.get()); in getActivityResult() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowPendingIntentTest.java200 ShadowActivity shadowActivity = shadowOf(otherContext); in send_shouldNotReusePreviouslyFilledInIntentData() local
224 ShadowActivity shadowActivity = shadowOf(otherContext); in send_shouldFillInLastIntentData() local
248 ShadowActivity shadowActivity = shadowOf(otherContext); in send_shouldFillInIntentData_immutable() local
265 ShadowActivity shadowActivity = shadowOf(otherContext); in send_shouldFillInIntentData_mutable_alreadySet() local
282 ShadowActivity shadowActivity = shadowOf(otherContext); in send_shouldFillInIntentData_mutable_alreadySet_fillIn() local
300 ShadowActivity shadowActivity = shadowOf(otherContext); in send_shouldNotUsePreviouslyFilledInLastIntentData() local
H A DShadowActivityTest.java665 ShadowActivity shadowActivity = shadowOf(activity); in setShowWhenLocked_shouldSetShowWhenLocked() local
679 ShadowActivity shadowActivity = shadowOf(activity); in setTurnScreenOn_shouldSetTurnScreenOn() local
1144 ShadowActivity shadowActivity = shadowOf(activity); in getOverriddenActivityTransitionClose_withoutBackgroundColor() local
1177 ShadowActivity shadowActivity = shadowOf(activity); in getOverriddenActivityTransitionClose_withBackgroundColor() local
1206 ShadowActivity shadowActivity = shadowOf(activity); in getOverriddenActivityTransition_beforeOverridingOrAfterClearing() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DLocalePickerWithRegionActivityTest.java37 final ShadowActivity shadowActivity = Shadows.shadowOf(mActivity); in onLocaleSelected_resultShouldBeOK() local
45 final ShadowActivity shadowActivity = Shadows.shadowOf(mActivity); in onLocaleSelected_localeInfoShouldBeSentBack() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
DSliceContextualCardControllerTest.java124 final ShadowActivity shadowActivity = Shadows.shadowOf(fragment.getActivity()); in onDismissed_feedbackDisabled_shouldNotShowFeedbackDialog() local
138 final ShadowActivity shadowActivity = Shadows.shadowOf(fragment.getActivity()); in onDismissed_feedbackEnabled_shouldShowFeedbackDialog() local
/aosp_15_r20/external/android_onboarding/java/com/android/onboarding/contracts/testing/
H A DOnboardingActivityApiContractTester.kt100 val shadowActivity = shadowOf(activity) in assertReturnValueEncodesCorrectly() constant
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/android/controller/
H A DActivityController.java115 ShadowActivity shadowActivity = Shadow.extract(component); in attach() local
558 ShadowActivity shadowActivity = Shadow.extract(recreatedActivity); in configurationChange() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DDashboardFeatureProviderImplTest.java569 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in bindPreference_withIntentActionMetadata_shouldSetLaunchAction() local
606 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in bindPreference_clickHighlightedPreference_shouldNotStartActivity() local
/aosp_15_r20/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/activities/
DLockedHomeActivityTest.java66 ShadowActivity shadowActivity = Shadows.shadowOf(mActivity); in startActivity_startsCurrentLockTaskIntent() local
DProgressFragmentTest.java203 ShadowActivity shadowActivity = Shadows.shadowOf(activity); in onCreateView_viewsAndListenersShouldBeCorrectlySet() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/conditional/
DWorkModeConditionControllerTest.java60 final ShadowActivity shadowActivity = Shadow.extract(mActivity); in onPrimaryClick_shouldLaunchAccountsSetting() local
DBackgroundDataConditionControllerTest.java66 final ShadowActivity shadowActivity = Shadow.extract(mActivity); in onPrimaryClick_shouldReturn2SummaryActivity() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
DBrightnessLevelPreferenceControllerTest.java174 final ShadowActivity shadowActivity = shadowOf(activity); in handlePreferenceTreeClick_transitionTypeNone_shouldPassToNextActivity() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DDefaultAppShortcutPreferenceControllerBaseTest.java188 final ShadowActivity shadowActivity = shadowOf(mActivity); in handlePreferenceTreeClick_shouldStartManageDefaultAppIntent() local