HomeSort by relevance Sort by last modified time
    Searched full:biometric (Results 1 - 22 of 22) sorted by null

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
BiometricSensorUnlock.java 23 * Initializes the view provided for the biometric unlock UI to work within. The provided area
25 * @param biometricUnlockView View provided for the biometric unlock UI.
30 * Indicates whether the biometric unlock is running. Before
32 * call to {@link BiometricSensorUnlock#start}, isRunning() returns true until the biometric
34 * forced the biometric unlock to stop.
35 * @return whether the biometric unlock is currently running.
40 * Stops and removes the biometric unlock and shows the backup unlock
45 * Binds to the biometric unlock service and starts the unlock procedure. Called on the UI
52 * Stops the biometric unlock procedure and unbinds from the service. Called on the UI thread.
53 * @return whether the biometric unlock was running when called
    [all...]
KeyguardSecurityModel.java 36 Biometric, // Unlock with a biometric key (e.g. finger print or face unlock)
55 * Returns true if biometric unlock is installed and selected. If this returns false there is
56 * no need to even construct the biometric unlock.
64 * Returns true if a condition is currently suppressing the biometric unlock. If this returns
65 * true there is no need to even construct the biometric unlock.
115 * Some unlock methods can have an alternate, such as biometric unlocks (e.g. face unlock).
127 return SecurityMode.Biometric;
134 * the device. This is currently only supported for Biometric and Pattern unlock.
140 case Biometric
    [all...]
KeyguardFaceUnlockView.java 62 // equal to 2, the rotation change was 180 degrees. This stops the biometric unlock
158 // Registers a callback which handles stopping the biometric unlock and restarting it in
200 Log.w(TAG, "Couldn't find biometric unlock view");
205 * Starts the biometric unlock if it should be started based on a number of factors. If it
236 // reconstruct KeyguardFaceUnlockView if the biometric unlock should be suppressed.
251 // We need to stop the biometric unlock when a phone call comes in
KeyguardHostView.java 595 if (mCurrentSecuritySelection == SecurityMode.Biometric) {
738 // If we're not turning off, then allow biometric alternate.
748 * account unlock screen and biometric unlock to show the user's normal unlock.
758 // Allow an alternate, such as biometric unlock
773 // Allow an alternate, such as biometric unlock
786 case Biometric:
    [all...]
FaceUnlock.java 63 // TODO: This was added for the purpose of adhering to what the biometric interface expects
90 * TODO: since the layout object will eventually be shared by multiple biometric unlock
423 * Implements the AIDL biometric unlock service callback interface.
KeyguardViewMediator.java 320 // When we switch users we want to bring the new user to the biometric unlock even
533 // Suppress biometric unlock right after boot until things have settled if it is the
536 // without a screen lock selected, the biometric unlock would be suppressed the first
539 // Note that the biometric unlock will still not show if it is not the selected method.
544 if (DEBUG) Log.d(TAG, "suppressing biometric unlock during boot");
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 377 * Return true if the user has ever chosen biometric weak. This is true even if biometric
380 * @return True if the user has ever chosen biometric weak.
495 * @param isFallback Specifies if this is a fallback to biometric weak
607 * @param isFallback Specifies if this is a fallback to biometric weak
619 * @param isFallback Specifies if this is a fallback to biometric weak
669 // Case where it's a fallback for biometric weak
718 // If the user has chosen to use weak biometric sensor, then return the backup locking
719 // method and treat biometric as a special case.
729 * @return true if the lockscreen method is set to biometric wea
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ChooseLockGeneric.java 228 /** increases the quality if necessary, and returns whether biometric is allowed */
234 //The first case checks whether biometric is allowed, prior to the user making
240 //When the user has selected biometric we shouldn't change that due to
SecuritySettings.java 206 // biometric weak liveliness
217 // don't display visible pattern if biometric and backup is not pattern
  /frameworks/base/docs/html/training/id-auth/
custom_auth.jd 43 be a more exotic procedure like a one-time password or a biometric scan. Either
  /external/chromium_org/third_party/openssl/openssl/crypto/objects/
objects.txt 462 id-pe 2 : biometricInfo : Biometric Info
    [all...]
obj_mac.h     [all...]
obj_dat.h     [all...]
  /external/openssl/crypto/objects/
objects.txt 462 id-pe 2 : biometricInfo : Biometric Info
    [all...]
obj_mac.h     [all...]
obj_dat.h     [all...]
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java 226 * Constant for {@link #setPasswordQuality}: the policy allows for low-security biometric
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
obj_mac.h     [all...]
  /external/openssl/include/openssl/
obj_mac.h     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /packages/apps/Settings/res/values/
strings.xml     [all...]

Completed in 4133 milliseconds