Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
DSetupFingerprintEnrollIntroductionTest.java158 assertThat(shadowActivity.getResultIntent()).isNotNull(); in testBackKeyPress_shouldSetIntentDataIfLockScreenAdded()
159 assertThat(shadowActivity.getResultIntent().hasExtra( in testBackKeyPress_shouldSetIntentDataIfLockScreenAdded()
172 assertThat(shadowActivity.getResultIntent()).isNull(); in testBackKeyPress_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()
187 assertThat(shadowActivity.getResultIntent()).isNotNull(); in testCancelClicked_shouldSetIntentDataIfLockScreenAdded()
188 assertThat(shadowActivity.getResultIntent().hasExtra( in testCancelClicked_shouldSetIntentDataIfLockScreenAdded()
202 assertThat(Shadows.shadowOf(activity).getResultIntent()).isNull(); in testCancelClicked_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()
212 assertThat(shadowActivity.getResultIntent()).isNotNull(); in testOnResultFromFindSensor_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()
213 assertThat(shadowActivity.getResultIntent().hasExtra( in testOnResultFromFindSensor_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()
224 assertThat(Shadows.shadowOf(activity).getResultIntent()).isNotNull(); in testOnResultFromFindSensor_shouldSetIntentDataIfLockScreenAdded()
234 assertThat(shadowActivity.getResultIntent()).isNull(); in testOnResultFromFindSensor_shouldNotSetIntentDataIfLockScreenNotAdded()
/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics/
DParentalConsentHelperTest.java184 getResultIntent(getStartedModality(expected.first))); in testLaunchNext()
208 private static Intent getResultIntent(@BiometricAuthenticator.Modality int modality) { in getResultIntent() method
/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()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DEuiccOperationSidecar.java134 public Intent getResultIntent() { in getResultIntent() method in EuiccOperationSidecar