Home
last modified time | relevance | path

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

/packages/apps/TV/tests/robotests/src/com/android/tv/
DSetupPassthroughActivityTest.java116 ShadowActivity.IntentForResult shadowIntent = in create_emptyIntent() local
126 ShadowActivity.IntentForResult shadowIntent = in create_noInputs() local
139 ShadowActivity.IntentForResult shadowIntent = in create_inputNotFound() local
152 ShadowActivity.IntentForResult shadowIntent = in create_validInput() local
176 ShadowActivity.IntentForResult shadowIntent = in create_trustedCallingPackage() local
200 ShadowActivity.IntentForResult shadowIntent = in create_nonTrustedCallingPackage() local
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/accounts/
DAccountSettingsFragmentTest.java116 ShadowIntent shadowIntent = Shadows.shadowOf(intent); in clickAddAccountButton_shouldOpenChooseAccountFragment() local
133 ShadowIntent shadowIntent = Shadows.shadowOf(intent); in clickAddAccountButton_shouldNotOpenChooseAccountFragmentWhenOneType() local
149 ShadowIntent shadowIntent = Shadows.shadowOf(intent); in clickAddAccountButton_shouldOpenChooseAccountFragmentWhenTwoTypes() local
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/
DApplicationsSettingsPreferenceControllerTest.java115 ShadowIntent shadowIntent = Shadows.shadowOf(intent); in preferenceClick_launchesDetailFragment() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/users/
DUserDetailsSettingsTest.java316 ShadowIntent shadowIntent = shadowOf(startedIntent); in initialize_adminSelectsNewRestrictedUser_shouldOpenAppContentScreen() local
535 ShadowIntent shadowIntent = shadowOf(startedIntent); in onPreferenceClick_selectRestrictedUser_appAndContentAccessClicked_startActivity() local
DUserSettingsTest.java609 ShadowIntent shadowIntent = shadowOf(startedIntent); in onPreferenceClick_addGuestClicked_createGuestAndOpenDetails() local
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/telecom/
DInCallServiceImplTest.java176 ShadowIntent shadowIntent = shadowOf(intent); in testOnBringToForeground() local