Searched refs:SetupFingerprintEnrollIntroduction (Results 1 – 3 of 3) sorted by relevance
77 private ActivityController<SetupFingerprintEnrollIntroduction> mController;88 mController = Robolectric.buildActivity(SetupFingerprintEnrollIntroduction.class, intent); in setUp()137 SetupFingerprintEnrollIntroduction activity = mController.get(); in testBackKeyPress_shouldSetIntentDataIfLockScreenAdded()151 SetupFingerprintEnrollIntroduction activity = mController.get(); in testBackKeyPress_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()162 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get(); in testCancelClicked_shouldSetIntentDataIfLockScreenAdded()177 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get(); in testCancelClicked_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()188 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get(); in testOnResultFromFindSensor_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()197 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get(); in testOnResultFromFindSensor_shouldSetIntentDataIfLockScreenAdded()207 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get(); in testOnResultFromFindSensor_shouldNotSetIntentDataIfLockScreenNotAdded()219 SetupFingerprintEnrollIntroduction activity = mController.get(); in testLockPattern()
23 public class FingerprintSuggestionActivity extends SetupFingerprintEnrollIntroduction {
37 public class SetupFingerprintEnrollIntroduction extends FingerprintEnrollIntroduction { class