HomeSort by relevance Sort by last modified time
    Searched refs:expiryMillis (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/accounts/
TokenCache.java 179 * Caches the specified token until the specified expiryMillis. The token will be associated
186 * @param expiryMillis
194 long expiryMillis) {
196 if (token == null || System.currentTimeMillis() > expiryMillis) {
200 Value v = new Value(token, expiryMillis);
AccountManagerService.java     [all...]
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
TestAccountAuthenticator.java 166 long expiryMillis = (options == null) ? 0 : options.getLong(Fixtures.KEY_TOKEN_EXPIRY);
173 expiryMillis);
183 expiryMillis);
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
TestAccountType1Authenticator.java 154 long expiryMillis = (options == null)
162 expiryMillis);
172 expiryMillis);

Completed in 271 milliseconds