Searched refs:credentialLabel (Results 1 – 1 of 1) sorted by relevance
90 final CharSequence credentialLabel = mBiometricManager.getStrings(DEVICE_CREDENTIAL) in test_getButtonLabel_isDifferentForDistinctAuthTypes() local92 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() local109 !TextUtils.isEmpty(biometricLabel) || !TextUtils.isEmpty(credentialLabel); in test_getButtonLabel_isNonEmptyIfPresentForSubAuthType()112 isBiometricOrCredentialLabel = TextUtils.isEmpty(credentialLabel); in test_getButtonLabel_isNonEmptyIfPresentForSubAuthType()