Home
last modified time | relevance | path

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

/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DFixtures.java77 public static final String KEY_TOKEN_EXPIRY = "test:token_duration"; field in Fixtures
DTestAccountAuthenticator.java166 long expiryMillis = (options == null) ? 0 : options.getLong(Fixtures.KEY_TOKEN_EXPIRY); in getAuthToken()