Home
last modified time | relevance | path

Searched defs:retryAfterMilliseconds (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/aidl/
DIRcsUceControllerCallback.aidl29 void onError(int errorCode, long retryAfterMilliseconds, in SipDetails details); in onError()
DISubscribeResponseCallback.aidl36 void onTerminated(in String reason, long retryAfterMilliseconds); in onTerminated()
DRcsSubscribeResponseAidlWrapper.java123 public void onTerminated(String reason, long retryAfterMilliseconds) throws ImsException { in onTerminated()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DRcsCapabilityExchangeImplBase.java419 void onTerminated(@NonNull String reason, long retryAfterMilliseconds) throws ImsException; in onTerminated()