Home
last modified time | relevance | path

Searched refs:biometricSourceType (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/shared/model/
DAuthenticationState.kt31 val biometricSourceType: BiometricSourceType? constant
49 override val biometricSourceType: BiometricSourceType, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Acquired
65 override val biometricSourceType: BiometricSourceType, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Error
79 override val biometricSourceType: BiometricSourceType, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Failed
93 override val biometricSourceType: BiometricSourceType, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Help
106 override val biometricSourceType: BiometricSourceType? = null, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Idle
117 override val biometricSourceType: BiometricSourceType, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Started
128 override val biometricSourceType: BiometricSourceType, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Stopped
141 override val biometricSourceType: BiometricSourceType, constant in com.android.systemui.biometrics.shared.model.AuthenticationState.Succeeded
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DDeviceEntryFingerprintAuthRepository.kt143 biometricSourceType: BiometricSourceType? in <lambda>()
145 if (biometricSourceType == BiometricSourceType.FINGERPRINT) { in <lambda>()
163 biometricSourceType: BiometricSourceType? in <lambda>()
165 if (biometricSourceType == BiometricSourceType.FINGERPRINT) { in <lambda>()
211 biometricSourceType: BiometricSourceType, in <lambda>()
215 biometricSourceType, in <lambda>()
226 biometricSourceType: BiometricSourceType, in <lambda>()
229 biometricSourceType, in <lambda>()
240 biometricSourceType: BiometricSourceType, in <lambda>()
243 biometricSourceType, in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitorCallback.java210 public void onBiometricAcquired(BiometricSourceType biometricSourceType, int acquireInfo) { } in onBiometricAcquired() argument
216 public void onBiometricAuthFailed(BiometricSourceType biometricSourceType) { } in onBiometricAuthFailed() argument
223 public void onBiometricAuthenticated(int userId, BiometricSourceType biometricSourceType, in onBiometricAuthenticated() argument
231 public void onBiometricDetected(int userId, BiometricSourceType biometricSourceType, in onBiometricDetected() argument
241 BiometricSourceType biometricSourceType) { } in onBiometricHelp() argument
252 BiometricSourceType biometricSourceType) { } in onBiometricError() argument
258 BiometricSourceType biometricSourceType) { } in onBiometricRunningStateChanged() argument
269 public void onLockedOutStateChanged(BiometricSourceType biometricSourceType) { } in onLockedOutStateChanged() argument
341 public void onBiometricEnrollmentStateChanged(BiometricSourceType biometricSourceType) { } in onBiometricEnrollmentStateChanged() argument
DKeyguardMessageAreaController.java173 public void setMessage(CharSequence s, BiometricSourceType biometricSourceType) { in setMessage() argument
174 setMessage(s, true, biometricSourceType); in setMessage()
180 BiometricSourceType biometricSourceType) { in setMessage() argument
182 if (skipShowingFaceMessage(biometricSourceType, uptimeMillis)) { in setMessage()
186 mMessageBiometricSource = new Pair<>(biometricSourceType, uptimeMillis); in setMessage()
194 BiometricSourceType biometricSourceType, Long currentUptimeMillis in skipShowingFaceMessage() argument
197 && biometricSourceType == BiometricSourceType.FACE in skipShowingFaceMessage()
DKeyguardBiometricLockoutLogger.kt63 override fun onLockedOutStateChanged(biometricSourceType: BiometricSourceType) { in onLockedOutStateChanged()
64 if (biometricSourceType == BiometricSourceType.FINGERPRINT) { in onLockedOutStateChanged()
72 } else if (biometricSourceType == BiometricSourceType.FACE) { in onLockedOutStateChanged()
DKeyguardUpdateMonitor.java851 private void onBiometricDetected(int userId, BiometricSourceType biometricSourceType, in onBiometricDetected() argument
858 cb.onBiometricDetected(userId, biometricSourceType, isStrongBiometric); in onBiometricDetected()
942 private void handleBiometricDetected(int authUserId, BiometricSourceType biometricSourceType, in handleBiometricDetected() argument
945 onBiometricDetected(authUserId, biometricSourceType, isStrongBiometric); in handleBiometricDetected()
946 if (biometricSourceType == FINGERPRINT) { in handleBiometricDetected()
948 } else if (biometricSourceType == FACE) { in handleBiometricDetected()
1547 @NonNull BiometricSourceType biometricSourceType) { in isUnlockingWithBiometricAllowed()
1548 switch (biometricSourceType) { in isUnlockingWithBiometricAllowed()
3019 BiometricSourceType biometricSourceType; in notifyAboutEnrollmentChange() local
3021 biometricSourceType = FINGERPRINT; in notifyAboutEnrollmentChange()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java193 public final BiometricSourceType biometricSourceType; field in BiometricUnlockController.PendingAuthenticated
196 PendingAuthenticated(int userId, BiometricSourceType biometricSourceType, in PendingAuthenticated() argument
199 this.biometricSourceType = biometricSourceType; in PendingAuthenticated()
374 public void onBiometricAcquired(BiometricSourceType biometricSourceType, in onBiometricAcquired() argument
376 if (BiometricSourceType.FINGERPRINT == biometricSourceType in onBiometricAcquired()
379 } else if (BiometricSourceType.FACE == biometricSourceType in onBiometricAcquired()
388 if (biometricSourceType == BiometricSourceType.FACE) { in onBiometricAcquired()
406 public void onBiometricDetected(int userId, BiometricSourceType biometricSourceType, in onBiometricDetected() argument
415 BiometricUnlockSource.Companion.fromBiometricSourceType(biometricSourceType) in onBiometricDetected()
420 public void onBiometricAuthenticated(int userId, BiometricSourceType biometricSourceType, in onBiometricAuthenticated() argument
[all …]
DKeyguardBypassController.kt183 biometricSourceType: BiometricSourceType, in <lambda>()
186 if (biometricSourceType == BiometricSourceType.FACE && bypassEnabled) { in <lambda>()
189 pendingUnlock = PendingUnlock(biometricSourceType, isStrongBiometric) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthRippleController.kt144 biometricSourceType: BiometricSourceType? in <lambda>()
147 if (biometricSourceType != null) { in <lambda>()
148 showUnlockRippleInternal(biometricSourceType) in <lambda>()
172 fun showUnlockRipple(biometricSourceType: BiometricSourceType) { in <lambda>()
174 showUnlockRippleInternal(biometricSourceType) in <lambda>()
177 private fun showUnlockRippleInternal(biometricSourceType: BiometricSourceType) { in <lambda>()
180 .isUnlockingWithBiometricAllowed(biometricSourceType) in <lambda>()
187 if (biometricSourceType == BiometricSourceType.FINGERPRINT) { in <lambda>()
202 } else if (biometricSourceType == BiometricSourceType.FACE) { in <lambda>()
316 biometricSourceType: BiometricSourceType, in <lambda>()
[all …]
DBiometricNotificationDialogFactory.java63 int userId, ActivityStarter activityStarter, BiometricSourceType biometricSourceType, in createReenrollDialog() argument
66 if (biometricSourceType == BiometricSourceType.FACE) { in createReenrollDialog()
69 } else if (biometricSourceType == BiometricSourceType.FINGERPRINT) { in createReenrollDialog()
82 userId, biometricSourceType, activityStarter)); in createReenrollDialog()
DBiometricNotificationService.java111 BiometricSourceType biometricSourceType) {
113 && biometricSourceType == BiometricSourceType.FACE) {
122 BiometricSourceType biometricSourceType) {
123 if (biometricSourceType == BiometricSourceType.FINGERPRINT
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java918 BiometricSourceType biometricSourceType in showSuccessBiometricMessage() argument
920 showBiometricMessage(biometricMessage, biometricMessageFollowUp, biometricSourceType, true); in showSuccessBiometricMessage()
924 BiometricSourceType biometricSourceType) { in showSuccessBiometricMessage() argument
925 showSuccessBiometricMessage(biometricMessage, null, biometricSourceType); in showSuccessBiometricMessage()
929 BiometricSourceType biometricSourceType) { in showBiometricMessage() argument
930 showBiometricMessage(biometricMessage, null, biometricSourceType, false); in showBiometricMessage()
936 BiometricSourceType biometricSourceType in showBiometricMessage() argument
941 biometricSourceType, in showBiometricMessage()
955 BiometricSourceType biometricSourceType, in showBiometricMessage() argument
959 && biometricSourceType == mBiometricMessageSource in showBiometricMessage()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DBiometricStatusRepository.kt101 authInfo.biometricSourceType, in <lambda>()
111 authInfo.biometricSourceType, in <lambda>()
122 authInfo.biometricSourceType, in <lambda>()
132 authInfo.biometricSourceType, in <lambda>()
143 authInfo.biometricSourceType, in <lambda>()
152 authInfo.biometricSourceType, in <lambda>()
163 authInfo.biometricSourceType, in <lambda>()
188 it.biometricSourceType == null || in <lambda>()
189 it.biometricSourceType == BiometricSourceType.FINGERPRINT in <lambda>()
/frameworks/base/core/java/android/hardware/biometrics/events/
DAuthenticationStartedInfo.java66 @NonNull BiometricSourceType biometricSourceType, in AuthenticationStartedInfo()
68 this.mBiometricSourceType = biometricSourceType; in AuthenticationStartedInfo()
145 …BiometricSourceType biometricSourceType = (BiometricSourceType) in.readTypedObject(BiometricSource… in AuthenticationStartedInfo() local
148 this.mBiometricSourceType = biometricSourceType; in AuthenticationStartedInfo()
194 @NonNull BiometricSourceType biometricSourceType, in Builder()
196 mBiometricSourceType = biometricSourceType; in Builder()
DAuthenticationStoppedInfo.java66 @NonNull BiometricSourceType biometricSourceType, in AuthenticationStoppedInfo()
68 this.mBiometricSourceType = biometricSourceType; in AuthenticationStoppedInfo()
145 …BiometricSourceType biometricSourceType = (BiometricSourceType) in.readTypedObject(BiometricSource… in AuthenticationStoppedInfo() local
148 this.mBiometricSourceType = biometricSourceType; in AuthenticationStoppedInfo()
194 @NonNull BiometricSourceType biometricSourceType, in Builder()
196 mBiometricSourceType = biometricSourceType; in Builder()
DAuthenticationFailedInfo.java71 @NonNull BiometricSourceType biometricSourceType, in AuthenticationFailedInfo()
74 this.mBiometricSourceType = biometricSourceType; in AuthenticationFailedInfo()
163 …BiometricSourceType biometricSourceType = (BiometricSourceType) in.readTypedObject(BiometricSource… in AuthenticationFailedInfo() local
167 this.mBiometricSourceType = biometricSourceType; in AuthenticationFailedInfo()
217 @NonNull BiometricSourceType biometricSourceType, in Builder()
220 mBiometricSourceType = biometricSourceType; in Builder()
DAuthenticationAcquiredInfo.java75 @NonNull BiometricSourceType biometricSourceType, in AuthenticationAcquiredInfo()
78 this.mBiometricSourceType = biometricSourceType; in AuthenticationAcquiredInfo()
169 …BiometricSourceType biometricSourceType = (BiometricSourceType) in.readTypedObject(BiometricSource… in AuthenticationAcquiredInfo() local
173 this.mBiometricSourceType = biometricSourceType; in AuthenticationAcquiredInfo()
225 @NonNull BiometricSourceType biometricSourceType, in Builder()
228 mBiometricSourceType = biometricSourceType; in Builder()
DAuthenticationSucceededInfo.java76 @NonNull BiometricSourceType biometricSourceType, in AuthenticationSucceededInfo()
80 this.mBiometricSourceType = biometricSourceType; in AuthenticationSucceededInfo()
185 …BiometricSourceType biometricSourceType = (BiometricSourceType) in.readTypedObject(BiometricSource… in AuthenticationSucceededInfo() local
189 this.mBiometricSourceType = biometricSourceType; in AuthenticationSucceededInfo()
243 @NonNull BiometricSourceType biometricSourceType, in Builder()
247 mBiometricSourceType = biometricSourceType; in Builder()
DAuthenticationHelpInfo.java77 @NonNull BiometricSourceType biometricSourceType, in AuthenticationHelpInfo()
81 this.mBiometricSourceType = biometricSourceType; in AuthenticationHelpInfo()
186 …BiometricSourceType biometricSourceType = (BiometricSourceType) in.readTypedObject(BiometricSource… in AuthenticationHelpInfo() local
191 this.mBiometricSourceType = biometricSourceType; in AuthenticationHelpInfo()
245 @NonNull BiometricSourceType biometricSourceType, in Builder()
249 mBiometricSourceType = biometricSourceType; in Builder()
DAuthenticationErrorInfo.java81 @NonNull BiometricSourceType biometricSourceType, in AuthenticationErrorInfo()
85 this.mBiometricSourceType = biometricSourceType; in AuthenticationErrorInfo()
192 …BiometricSourceType biometricSourceType = (BiometricSourceType) in.readTypedObject(BiometricSource… in AuthenticationErrorInfo() local
197 this.mBiometricSourceType = biometricSourceType; in AuthenticationErrorInfo()
253 @NonNull BiometricSourceType biometricSourceType, in Builder()
257 mBiometricSourceType = biometricSourceType; in Builder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/domain/interactor/
DBouncerMessageInteractor.kt95 override fun onBiometricAuthFailed(biometricSourceType: BiometricSourceType?) { in <lambda>()
97 when (biometricSourceType) { in <lambda>()
120 biometricSourceType: BiometricSourceType?, in <lambda>()
123 super.onBiometricAcquired(biometricSourceType, acquireInfo) in <lambda>()
128 biometricSourceType: BiometricSourceType?, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardStateControllerImpl.java442 public void onBiometricEnrollmentStateChanged(BiometricSourceType biometricSourceType) { in onBiometricEnrollmentStateChanged() argument
443 if (biometricSourceType == FACE) { in onBiometricEnrollmentStateChanged()
457 public void onBiometricAuthenticated(int userId, BiometricSourceType biometricSourceType, in onBiometricAuthenticated() argument
472 public void onLockedOutStateChanged(BiometricSourceType biometricSourceType) { in onLockedOutStateChanged() argument
/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
DBiometricUnlockLogger.kt164 biometricSourceType: BiometricSourceType, in deferringAuthenticationDueToSleep()
172 str1 = biometricSourceType.name in deferringAuthenticationDueToSleep()
DKeyguardUpdateMonitorLogger.kt601 fun notifyAboutEnrollmentsChanged(biometricSourceType: BiometricSourceType) { in notifyAboutEnrollmentsChanged()
605 { str1 = "$biometricSourceType" }, in notifyAboutEnrollmentsChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingCollectorImpl.java130 BiometricSourceType biometricSourceType,
133 && biometricSourceType == BiometricSourceType.FACE) {

12