Searched refs:SetupFingerprintEnrollIntroduction (Results 1 – 5 of 5) sorted by relevance
79 private ActivityController<SetupFingerprintEnrollIntroduction> mController;82 extends SetupFingerprintEnrollIntroduction {118 mController = Robolectric.buildActivity(SetupFingerprintEnrollIntroduction.class, intent); in setUp()149 Robolectric.buildActivity(SetupFingerprintEnrollIntroduction.class).setup().get(); in singleWindow_noDialog()203 SetupFingerprintEnrollIntroduction activity = mController.get(); in testBackKeyPress_shouldSetIntentDataIfLockScreenAdded()216 SetupFingerprintEnrollIntroduction activity = mController.get(); in testBackKeyPress_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()228 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get(); in testCancelClicked_shouldSetIntentDataIfLockScreenAdded()244 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get(); in testCancelClicked_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()257 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get(); in testOnResultFromFindSensor_shouldNotSetIntentDataIfLockScreenPresentBeforeLaunch()268 SetupFingerprintEnrollIntroduction activity = mController.create().resume().get(); in testOnResultFromFindSensor_shouldSetIntentDataIfLockScreenAdded()[all …]
28 import com.android.settings.biometrics.fingerprint.SetupFingerprintEnrollIntroduction118 SetupFingerprintEnrollIntroduction.EXTRA_FINGERPRINT_ENROLLED_COUNT, in <lambda>()
28 public class FingerprintSuggestionActivity extends SetupFingerprintEnrollIntroduction {
32 public class SetupFingerprintEnrollIntroduction extends FingerprintEnrollIntroduction { class
52 import com.android.settings.biometrics.fingerprint.SetupFingerprintEnrollIntroduction;289 ? SetupFingerprintEnrollIntroduction.class in getFingerprintIntroIntent()