Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/biometrics/cts/
DBiometricManagerTest.java90 final CharSequence credentialLabel = mBiometricManager.getStrings(DEVICE_CREDENTIAL) 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()
106 final CharSequence credentialLabel = mBiometricManager.getStrings( in test_getButtonLabel_isNonEmptyIfPresentForSubAuthType() local
109 !TextUtils.isEmpty(biometricLabel) || !TextUtils.isEmpty(credentialLabel); in test_getButtonLabel_isNonEmptyIfPresentForSubAuthType()
112 isBiometricOrCredentialLabel = TextUtils.isEmpty(credentialLabel); in test_getButtonLabel_isNonEmptyIfPresentForSubAuthType()