Searched refs:expiryEpochTimeInMillis (Results 1 – 1 of 1) sorted by relevance
1782 long expiryEpochTimeInMillis = System.currentTimeMillis() + ONE_DAY_IN_MILLISECOND; in testGetAuthTokenSuccess() local1789 createGetAuthTokenOptionsWithExpiry(expiryEpochTimeInMillis)); in testGetAuthTokenSuccess()1801 expiryEpochTimeInMillis); in testGetAuthTokenSuccess() local1815 long expiryEpochTimeInMillis = System.currentTimeMillis() + ONE_DAY_IN_MILLISECOND; in testGetAuthTokenCachedSuccess() local1822 createGetAuthTokenOptionsWithExpiry(expiryEpochTimeInMillis)); in testGetAuthTokenCachedSuccess()1832 createGetAuthTokenOptionsWithExpiry(expiryEpochTimeInMillis + 10)); in testGetAuthTokenCachedSuccess()1837 assertGetTokenResponse(result.get(0), expiryEpochTimeInMillis); in testGetAuthTokenCachedSuccess()1839 assertGetTokenResponse(result.get(1), expiryEpochTimeInMillis); in testGetAuthTokenCachedSuccess()1842 private void assertGetTokenResponse(Bundle result, long expiryEpochTimeInMillis) { in assertGetTokenResponse() argument1850 expiryEpochTimeInMillis); in assertGetTokenResponse() local[all …]