Searched refs:getResultIntent (Results 1 – 5 of 5) sorted by relevance
158 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()
184 getResultIntent(getStartedModality(expected.first))); in testLaunchNext()208 private static Intent getResultIntent(@BiometricAuthenticator.Modality int modality) { in getResultIntent() method
93 showErrorUi(code, getResultIntent(code, ssid, channelListArray, in onFailure()125 private Intent getResultIntent(int code, String ssid, SparseArray<int[]> channelListArray, in getResultIntent() method in WifiDppAddDeviceFragment
48 assertNotNull(shadowActivity.getResultIntent().getSerializableExtra( in onLocaleSelected_localeInfoShouldBeSentBack()
134 public Intent getResultIntent() { in getResultIntent() method in EuiccOperationSidecar