Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DSyntheticPasswordTests.java331 final String TOKEN = "some-high-entropy-secure-token"; in testTokenBasedResetPassword() local
335 long handle = mLocalService.addEscrowToken(TOKEN.getBytes(), PRIMARY_USER_ID); in testTokenBasedResetPassword()
343 handle, TOKEN.getBytes(), PASSWORD_QUALITY_SOMETHING, PRIMARY_USER_ID); in testTokenBasedResetPassword()
360 final String TOKEN = "some-high-entropy-secure-token"; in testTokenBasedClearPassword() local
364 long handle = mLocalService.addEscrowToken(TOKEN.getBytes(), PRIMARY_USER_ID); in testTokenBasedClearPassword()
372 handle, TOKEN.getBytes(), PASSWORD_QUALITY_UNSPECIFIED, PRIMARY_USER_ID); in testTokenBasedClearPassword()
374 handle, TOKEN.getBytes(), PASSWORD_QUALITY_SOMETHING, PRIMARY_USER_ID); in testTokenBasedClearPassword()
386 final String TOKEN = "some-high-entropy-secure-token"; in testTokenBasedResetPasswordAfterCredentialChanges() local
390 long handle = mLocalService.addEscrowToken(TOKEN.getBytes(), PRIMARY_USER_ID); in testTokenBasedResetPasswordAfterCredentialChanges()
401 LockPatternUtils.CREDENTIAL_TYPE_PASSWORD, handle, TOKEN.getBytes(), in testTokenBasedResetPasswordAfterCredentialChanges()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java968 proto.write(ImportanceTokenProto.TOKEN, token.toString()); in writeToProto()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...