Home
last modified time | relevance | path

Searched refs:FINGERPRINT (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DBiometricsUnlockControllerTest.java164 BiometricSourceType.FINGERPRINT, true /* isStrongBiometric */); in onBiometricAuthenticated_fingerprintAndBiometricsDisallowed_showPrimaryBouncer()
176 BiometricSourceType.FINGERPRINT, false /* isStrongBiometric */); in onBiometricAuthenticated_fingerprint_nonStrongBioDisallowed_showPrimaryBouncer()
181 .isEqualTo(BiometricSourceType.FINGERPRINT); in onBiometricAuthenticated_fingerprint_nonStrongBioDisallowed_showPrimaryBouncer()
194 BiometricSourceType.FINGERPRINT, true /* isStrongBiometric */); in onBiometricAuthenticated_whenFingerprintAndNotInteractive_wakeAndUnlock()
212 BiometricSourceType.FINGERPRINT, true /* isStrongBiometric */); in onBiometricAuthenticated_whenDeviceIsAlreadyUnlocked_wakeAndUnlock()
225 BiometricSourceType.FINGERPRINT, true /* isStrongBiometric */); in onBiometricAuthenticated_whenFingerprint_notifyKeyguardAuthenticated()
240 BiometricSourceType.FINGERPRINT, true /* isStrongBiometric */); in onBiometricAuthenticated_whenFingerprintOnBouncer_dismissBouncer()
409 mBiometricUnlockController.onBiometricAuthFailed(BiometricSourceType.FINGERPRINT); in onUdfpsConsecutivelyFailedThreeTimes_showPrimaryBouncer()
413 mBiometricUnlockController.onBiometricAuthFailed(BiometricSourceType.FINGERPRINT); in onUdfpsConsecutivelyFailedThreeTimes_showPrimaryBouncer()
417 mBiometricUnlockController.onBiometricAuthFailed(BiometricSourceType.FINGERPRINT); in onUdfpsConsecutivelyFailedThreeTimes_showPrimaryBouncer()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthRippleControllerTest.kt134 eq(BiometricSourceType.FINGERPRINT))).thenReturn(true) in testFingerprintTrigger_KeyguardShowing_Ripple()
141 BiometricSourceType.FINGERPRINT /* type */, in testFingerprintTrigger_KeyguardShowing_Ripple()
156 eq(BiometricSourceType.FINGERPRINT))).thenReturn(true) in testFingerprintTrigger_KeyguardNotShowing_NoRipple()
164 BiometricSourceType.FINGERPRINT /* type */, in testFingerprintTrigger_KeyguardNotShowing_NoRipple()
181 eq(BiometricSourceType.FINGERPRINT))).thenReturn(false) in testFingerprintTrigger_biometricUnlockNotAllowed_NoRipple()
186 BiometricSourceType.FINGERPRINT /* type */, in testFingerprintTrigger_biometricUnlockNotAllowed_NoRipple()
263 BiometricSourceType.FINGERPRINT /* type */, in testNullFingerprintSensorLocationDoesNothing()
290 BiometricSourceType.FINGERPRINT)).thenReturn(true) in testAnimatorRunWhenWakeAndUnlock_fingerprint()
293 controller.showUnlockRipple(BiometricSourceType.FINGERPRINT) in testAnimatorRunWhenWakeAndUnlock_fingerprint()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthRippleController.kt129 if (biometricSourceType == BiometricSourceType.FINGERPRINT) { in <lambda>()
266 if (biometricSourceType == BiometricSourceType.FINGERPRINT) { in <lambda>()
273 if (biometricSourceType == BiometricSourceType.FINGERPRINT) { in <lambda>()
282 if (biometricSourceType == BiometricSourceType.FINGERPRINT && in <lambda>()
356 showUnlockRipple(BiometricSourceType.FINGERPRINT) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
DDeviceEntryFingerprintAuthRepositoryTest.kt86 callback.onLockedOutStateChanged(BiometricSourceType.FINGERPRINT) in isLockedOut_whenFingerprintLockoutStateChanges_emitsNewValue()
90 callback.onLockedOutStateChanged(BiometricSourceType.FINGERPRINT) in isLockedOut_whenFingerprintLockoutStateChanges_emitsNewValue()
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
DSurfaceCompositionTest.java81 minScores[i] + ". Build: " + Build.FINGERPRINT + ".", in testSurfaceCompositionPerformance()
105 Build.FINGERPRINT + ".", in testSurfaceAllocationPerformance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java242 BiometricSourceType.FINGERPRINT, BiometricUiEvent.BIOMETRIC_FINGERPRINT_ERROR,
249 BiometricSourceType.FINGERPRINT, BiometricUiEvent.BIOMETRIC_FINGERPRINT_SUCCESS,
256 BiometricSourceType.FINGERPRINT, BiometricUiEvent.BIOMETRIC_FINGERPRINT_FAILURE,
356 if (BiometricSourceType.FINGERPRINT == biometricSourceType in onBiometricAcquired()
697 } else if (biometricSourceType == BiometricSourceType.FINGERPRINT in onBiometricAuthFailed()
719 || (biometricSourceType == BiometricSourceType.FINGERPRINT)) { in onBiometricAuthFailed()
735 final boolean fingerprintLockout = biometricSourceType == BiometricSourceType.FINGERPRINT in onBiometricError()
904 case FINGERPRINT: in toSubtype()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
DBiometricUnlockSource.kt32 BiometricSourceType.FINGERPRINT -> FINGERPRINT_SENSOR in fromBiometricSourceType()
/frameworks/base/core/java/android/app/admin/
DSystemUpdateInfo.java135 out.attribute(null, ATTR_ORIGINAL_BUILD , Build.FINGERPRINT); in writeToXml()
144 if (!Build.FINGERPRINT.equals(buildFingerprint)) { in readFromXml()
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricSourceType.java26 FINGERPRINT, enumConstant
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardBiometricLockoutLoggerTest.kt178 updateMonitorCallback.onLockedOutStateChanged(BiometricSourceType.FINGERPRINT) in test_logFingerprintLockout()
186 updateMonitorCallback.onLockedOutStateChanged(BiometricSourceType.FINGERPRINT) in test_logFingerprintLockout()
DKeyguardUpdateMonitorTest.java634 eq(0), eq(BiometricSourceType.FINGERPRINT), eq(true)); in whenDetectFingerprint_biometricDetectCallback()
665 BiometricSourceType.FINGERPRINT)); in testUnlockingWithFaceAllowed_strongAuthTrackerUnlockingWithBiometricAllowed()
698 BiometricSourceType.FINGERPRINT)); in testUnlockingWithFpAllowed_strongAuthTrackerUnlockingWithBiometricNotAllowed()
711 BiometricSourceType.FINGERPRINT)); in testUnlockingWithFpAllowed_fingerprintLockout()
1132 eq(false), eq(BiometricSourceType.FINGERPRINT)); in testMultiUserLockout_whenUserSwitches()
2173 eq(false), eq(BiometricSourceType.FINGERPRINT)); in testStrongAuthChange_lockDown_stopsFpAndFaceListeningState()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackagePartitionsTest.java49 assertThat(SystemProperties.digestOf(properties)).isEqualTo(PackagePartitions.FINGERPRINT); in testPackagePartitionsFingerprint()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java583 message, BiometricSourceType.FINGERPRINT); in transientIndication_visibleWhenWokenUp()
664 BiometricSourceType.FINGERPRINT); in onBiometricHelp_coEx_fpFailure_faceAlreadyUnlocked()
690 BiometricSourceType.FINGERPRINT); in onBiometricHelp_coEx_fpFailure_trustAgentAlreadyUnlocked()
717 BiometricSourceType.FINGERPRINT); in onBiometricHelp_coEx_fpFailure_trustAgentUnlocked_emptyTrustGrantedMessage()
749 BiometricSourceType.FINGERPRINT); in transientIndication_visibleWhenDozing_ignoresFingerprintCancellation()
752 BiometricSourceType.FINGERPRINT); in transientIndication_visibleWhenDozing_ignoresFingerprintCancellation()
766 BiometricSourceType.FINGERPRINT); in transientIndication_visibleWhenDozing_ignoresPowerPressed()
1409 mKeyguardUpdateMonitorCallback.onBiometricAcquired(BiometricSourceType.FINGERPRINT, 1); in fingerprintOnAcquired_noProcessFrame()
1423 BiometricSourceType.FINGERPRINT); in onBiometricHelp_fingerprint_faceHelpMessageDeferralDoesNothing()
1584 mKeyguardUpdateMonitorCallback.onLockedOutStateChanged(BiometricSourceType.FINGERPRINT); in onFpLockoutStateChanged_whenFpIsLockedOut_showsPersistentMessage()
[all …]
/frameworks/base/core/tests/coretests/src/android/os/
DBuildTest.java66 assertNotEmpty("FINGERPRINT", Build.FINGERPRINT); in testBuildFields()
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetXmlUtil.java98 out.attribute(null, ATTR_OS_FINGERPRINT, Build.FINGERPRINT); in writeAppWidgetProviderInfoLocked()
109 if (!Build.FINGERPRINT.equals(fingerprint)) { in readAppWidgetProviderInfoLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DDeviceEntryFingerprintAuthRepository.kt81 if (biometricSourceType == BiometricSourceType.FINGERPRINT) { in <lambda>()
/frameworks/base/services/core/java/com/android/server/pm/
DStorageEventHelper.java169 if (!PackagePartitions.FINGERPRINT.equals(ver.fingerprint)) { in loadPrivatePackagesInner()
207 final boolean isUpgrade = !PackagePartitions.FINGERPRINT.equals(ver.fingerprint); in loadPrivatePackagesInner()
210 + " to " + PackagePartitions.FINGERPRINT + "; regranting permissions for " in loadPrivatePackagesInner()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DLatencyTester.java125 fakeWakeAndUnlock(BiometricSourceType.FINGERPRINT);
/frameworks/base/services/core/java/com/android/server/pm/pkg/component/
DInstallConstraintsTagParser.java123 String fingerprint = Build.FINGERPRINT; in validateFingerprintPrefixes()
/frameworks/base/core/java/android/os/
DBuild.java1179 public static final String FINGERPRINT = deriveFingerprint(); field in Build
1210 SystemProperties.set("ro.build.fingerprint", FINGERPRINT); in ensureFingerprintProperty()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java30 import static android.hardware.biometrics.BiometricSourceType.FINGERPRINT;
849 mTrustManager.unlockedByBiometricForUser(userId, FINGERPRINT); in onFingerprintAuthenticated()
859 cb.onBiometricAuthenticated(userId, FINGERPRINT, in onFingerprintAuthenticated()
895 cb.onBiometricAuthFailed(FINGERPRINT); in handleFingerprintAuthFailed()
915 cb.onBiometricAcquired(FINGERPRINT, acquireInfo); in handleFingerprintAcquired()
924 if (biometricSourceType == FINGERPRINT) { in handleBiometricDetected()
963 cb.onBiometricHelp(msgId, helpString, FINGERPRINT); in handleFingerprintHelp()
1050 cb.onBiometricError(msgId, errString, FINGERPRINT); in handleFingerprintError()
1055 notifyLockedOutStateChanged(FINGERPRINT); in handleFingerprintError()
1089 notifyLockedOutStateChanged(FINGERPRINT); in handleFingerprintLockoutReset()
[all …]
DKeyguardBiometricLockoutLogger.kt62 if (biometricSourceType == BiometricSourceType.FINGERPRINT) { in onLockedOutStateChanged()
DLockIconViewController.java19 import static android.hardware.biometrics.BiometricSourceType.FINGERPRINT;
529 if (biometricSourceType == FINGERPRINT) {
702 mAuthRippleController.showUnlockRipple(FINGERPRINT); in onLongPress()
/frameworks/base/core/java/android/content/pm/
DPackagePartitions.java95 public static final String FINGERPRINT = getFingerprint(); field in PackagePartitions
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java24 import static android.hardware.biometrics.BiometricSourceType.FINGERPRINT;
1118 final boolean fpAuthFailed = biometricSourceType == FINGERPRINT in onBiometricHelp()
1191 } else if (biometricSourceType == FINGERPRINT) { in onLockedOutStateChanged()
1202 } else if (biometricSourceType == FINGERPRINT) { in onBiometricError()

123