Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
H A DSetNewPasswordControllerTest.java91 mSetNewPasswordController.dispatchSetNewPasswordIntent(); in launchChooseLockWithFingerprint()
111 mSetNewPasswordController.dispatchSetNewPasswordIntent(); in launchChooseLockWithFace()
126 mSetNewPasswordController.dispatchSetNewPasswordIntent(); in launchChooseLockWithoutFingerprint_noFingerprintFeature()
140 mSetNewPasswordController.dispatchSetNewPasswordIntent(); in launchChooseLockWithoutFace_no_FaceFeature()
159 mSetNewPasswordController.dispatchSetNewPasswordIntent(); in launchChooseLockWithoutFingerprint_noFingerprintSensor()
178 mSetNewPasswordController.dispatchSetNewPasswordIntent(); in launchChooseLockWithoutFace_noFaceSensor()
197 mSetNewPasswordController.dispatchSetNewPasswordIntent(); in launchChooseLockWithoutFingerprint_hasFingerprintEnrolled()
216 mSetNewPasswordController.dispatchSetNewPasswordIntent(); in launchChooseLockWithoutFace_hasFaceEnrolled()
235 mSetNewPasswordController.dispatchSetNewPasswordIntent(); in launchChooseLockWithoutFingerprint_deviceAdminDisallowFingerprintForKeyguard()
254 mSetNewPasswordController.dispatchSetNewPasswordIntent(); in launchChooseLockWithoutFace_deviceAdminDisallowFaceForKeyguard()
/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DSetNewPasswordController.java111 public void dispatchSetNewPasswordIntent() { in dispatchSetNewPasswordIntent() method in SetNewPasswordController
H A DSetNewPasswordActivity.java119 mSetNewPasswordController.dispatchSetNewPasswordIntent(); in onCreate()