Home
last modified time | relevance | path

Searched refs:getResultIntent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
DSetupFingerprintEnrollIntroductionTest.java131 assertThat(shadowActivity.getResultIntent()).isNotNull(); in testBackKeyPress_shouldSetIntentDataIfLockScreenAdded()
132 assertThat(shadowActivity.getResultIntent().hasExtra( in testBackKeyPress_shouldSetIntentDataIfLockScreenAdded()
145 assertThat(shadowActivity.getResultIntent()).isNull(); in testBackKeyPress_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()
160 assertThat(shadowActivity.getResultIntent()).isNotNull(); in testCancelClicked_shouldSetIntentDataIfLockScreenAdded()
161 assertThat(shadowActivity.getResultIntent().hasExtra( in testCancelClicked_shouldSetIntentDataIfLockScreenAdded()
175 assertThat(Shadows.shadowOf(activity).getResultIntent()).isNull(); in testCancelClicked_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()
185 assertThat(shadowActivity.getResultIntent()).isNotNull(); in testOnResultFromFindSensor_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()
186 assertThat(shadowActivity.getResultIntent().hasExtra( in testOnResultFromFindSensor_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()
197 assertThat(Shadows.shadowOf(activity).getResultIntent()).isNotNull(); in testOnResultFromFindSensor_shouldSetIntentDataIfLockScreenAdded()
207 assertThat(shadowActivity.getResultIntent()).isNull(); in testOnResultFromFindSensor_shouldNotSetIntentDataIfLockScreenNotAdded()
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppAddDeviceFragment.java93 showErrorUi(code, getResultIntent(code, ssid, channelListArray, in onFailure()
125 private Intent getResultIntent(int code, String ssid, SparseArray<int[]> channelListArray, in getResultIntent() method in WifiDppAddDeviceFragment
/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DLocalePickerWithRegionActivityTest.java48 assertNotNull(shadowActivity.getResultIntent().getSerializableExtra( in onLocaleSelected_localeInfoShouldBeSentBack()