Home
last modified time | relevance | path

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

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