Home
last modified time | relevance | path

Searched refs:isUserSupported (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/
DBiometricStatusPreferenceController.java85 if (isUserSupported()) { in getAvailabilityStatus()
130 protected boolean isUserSupported() { in isUserSupported() method in BiometricStatusPreferenceController
/packages/apps/Settings/src/com/android/settings/biometrics/
DBiometricStatusPreferenceController.java87 if (isUserSupported()) { in getAvailabilityStatus()
135 protected boolean isUserSupported() { in isUserSupported() method in BiometricStatusPreferenceController
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
DFingerprintProfileStatusPreferenceControllerTest.java87 assertThat(mController.isUserSupported()).isTrue(); in isUserSupported_separateChallengeAllowed_true()
94 assertThat(mController.isUserSupported()).isFalse(); in isUserSupported_separateChallengeNotAllowed_false()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintProfileStatusPreferenceController.java32 protected boolean isUserSupported() { in isUserSupported() method in FingerprintProfileStatusPreferenceController
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/fingerprint/
DFingerprintProfileStatusPreferenceController.java32 protected boolean isUserSupported() { in isUserSupported() method in FingerprintProfileStatusPreferenceController
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/face/
DFaceProfileStatusPreferenceController.java31 protected boolean isUserSupported() { in isUserSupported() method in FaceProfileStatusPreferenceController
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceProfileStatusPreferenceController.java47 protected boolean isUserSupported() { in isUserSupported() method in FaceProfileStatusPreferenceController