Searched refs:retryAfter (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/ims/internal/uce/options/
H A DOptionsSipResponse.java97 * Gets the SIP retryAfter sec value .
105 * Sets the SIP retryAfter sec value
108 public void setRetryAfter(int retryAfter) { argument
109 this.mRetryAfter = retryAfter;
/frameworks/base/telephony/java/com/android/ims/internal/uce/presence/
H A DPresSipResponse.java98 * Gets the SIP retryAfter sec value.
106 * Sets the SIP retryAfter sec value
109 public void setRetryAfter(int retryAfter) { argument
110 this.mRetryAfter = retryAfter;
/frameworks/ex/common/java/com/android/common/
H A DOperationScheduler.java264 * @param retryAfter moratorium time in HTTP format
267 public boolean setMoratoriumTimeHttp(String retryAfter) { argument
269 long ms = Long.parseLong(retryAfter) * 1000;
274 setMoratoriumTimeMillis(LegacyHttpDateTime.parse(retryAfter));

Completed in 40 milliseconds