Searched refs:FEATURE_FINGERPRINT (Results 1 – 23 of 23) sorted by relevance
120 when(mPackageManager.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) in authenticate_authenticationSucceeded_mapShouldBeUpdated()140 when(mPackageManager.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) in authenticate_authenticationFailed_mapShouldBeUpdated()191 when(mPackageManager.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) in authenticate_frrNotExceeded_notificationNotExceeded_shouldNotSendNotification()242 when(mPackageManager.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) in authenticate_frrExceeded_bothBiometricsEnrolled_shouldNotSendNotification()270 when(mPackageManager.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) in authenticate_frrExceeded_singleModality_shouldNotSendNotification()297 when(mPackageManager.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) in authenticate_frrExceeded_faceEnrolled_shouldSendFpNotification()326 when(mPackageManager.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) in authenticate_frrExceeded_fpEnrolled_shouldSendFaceNotification()
92 .hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)); in testFingerprintReEnrollDialog_onRemovalSucceeded()118 .hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)); in testFingerprintReEnrollDialog_onRemovalError()142 .hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)); in testFingerprintReEnrollDialog_forced()
120 when(mPackageManager.hasSystemFeature(eq(PackageManager.FEATURE_FINGERPRINT))) in ignoresWithoutFingerprintFeature()284 when(mPackageManager.hasSystemFeature(eq(PackageManager.FEATURE_FINGERPRINT))) in setupWithSensor()
217 return !mPackageManager.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT) in isSingleModalityDevice()
276 .hasSystemFeature(PackageManager.FEATURE_FINGERPRINT); in SettingObserver()1060 if (context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) {
924 if (pm.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) { in generateRSdkCompatibleConfiguration()
190 if (!pm.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) { in onFingerprintSensorReady()
38 import static android.content.pm.PackageManager.FEATURE_FINGERPRINT;206 when(mMockPackageManager.hasSystemFeature(FEATURE_FINGERPRINT)).thenReturn(true); in setup()574 when(mMockPackageManager.hasSystemFeature(FEATURE_FINGERPRINT)).thenReturn(false); in isFingerprintGestureDetectionAvailable_noFingerPrintSupport_returnFalse()579 when(mMockPackageManager.hasSystemFeature(FEATURE_FINGERPRINT)).thenReturn(true); in isFingerprintGestureDetectionAvailable_noFingerPrintSupport_returnFalse()
134 when(mPackageManager.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)).thenReturn(true); in prepBiometricsTesting()
21 import static android.content.pm.PackageManager.FEATURE_FINGERPRINT;1757 return context.getPackageManager().hasSystemFeature(FEATURE_FINGERPRINT) in fingerprintAvailable()
324 when(mPackageManager.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)).thenReturn(true); in mockBiometricsHardwareFingerprintsAndTemplates()
324 if (context.getPackageManager().hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) { in providesFingerprintManager()
96 @RequiresFeature(PackageManager.FEATURE_FINGERPRINT)
204 when(mPackageManager.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) in setup()
1405 if (pm != null && pm.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) { in collectBiometricProperties()
1141 if (!mContext.getPackageManager().hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) { in isFingerprintGestureDetectionAvailable()
3638 && mPackageManager.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) { in updateFingerprintGestureHandling()
2555 = mPackageManager.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT); in startOtherServices()
608 if (mContext.getPackageManager().hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) { in getFingerprintManager()
4139 public static final String FEATURE_FINGERPRINT = "android.hardware.fingerprint"; field in PackageManager
3078 if (pm.hasSystemFeature(PackageManager.FEATURE_FINGERPRINT)) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
13132 field public static final String FEATURE_FINGERPRINT = "android.hardware.fingerprint";