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

  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
CredentialsCache.java 62 AuthorizationHeader authorization, int cacheTime) {
84 if ( cacheTime != -1)
85 this.timer.schedule(timeoutTask, cacheTime*1000);
AuthenticationHelper.java 42 * @param cacheTime The amount of time (seconds ) for which the authentication helper
57 SipProvider transactionCreator, int cacheTime ) throws SipException,
AuthenticationHelperImpl.java 126 ClientTransaction challengedTransaction, SipProvider transactionCreator, int cacheTime)
259 if (cacheTime != 0)
261 authorization, cacheTime);
  /cts/hostsidetests/statsd/src/android/cts/statsd/atom/
ProcStateAtomTests.java 250 final int cacheTime = 2_000; // process should be in cached state for up to this long
251 Thread.sleep(cacheTime);
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 567 milliseconds