Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/fingerprint/
DSetupFingerprintEnrollIntroductionTest.java77 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()
/packages/apps/Settings/src/com/android/settings/fingerprint/
DFingerprintSuggestionActivity.java23 public class FingerprintSuggestionActivity extends SetupFingerprintEnrollIntroduction {
DSetupFingerprintEnrollIntroduction.java37 public class SetupFingerprintEnrollIntroduction extends FingerprintEnrollIntroduction { class