Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/biometrics/cts/
DBiometricManagerTest.java88 final CharSequence biometricLabel = mBiometricManager.getStrings(BIOMETRIC_WEAK) in test_getButtonLabel_isDifferentForDistinctAuthTypes() local
92 if (!TextUtils.isEmpty(biometricLabel) || !TextUtils.isEmpty(credentialLabel)) { in test_getButtonLabel_isDifferentForDistinctAuthTypes()
94 TextUtils.equals(biometricLabel, credentialLabel)); in test_getButtonLabel_isDifferentForDistinctAuthTypes()
104 final CharSequence biometricLabel = in test_getButtonLabel_isNonEmptyIfPresentForSubAuthType() local
109 !TextUtils.isEmpty(biometricLabel) || !TextUtils.isEmpty(credentialLabel); in test_getButtonLabel_isNonEmptyIfPresentForSubAuthType()