HomeSort by relevance Sort by last modified time
    Searched full:expirymillis (Results 1 - 3 of 3) 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 177 long expiryMillis = (options == null) ? 0 : options.getLong(Fixtures.KEY_TOKEN_EXPIRY);
184 expiryMillis);
194 expiryMillis);

Completed in 109 milliseconds