Home
last modified time | relevance | path

Searched refs:retryAfterMilliseconds (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/aidl/
DRcsSubscribeResponseAidlWrapper.java123 public void onTerminated(String reason, long retryAfterMilliseconds) throws ImsException { in onTerminated() argument
125 mResponseBinder.onTerminated(reason, retryAfterMilliseconds); in onTerminated()
DIRcsUceControllerCallback.aidl29 void onError(int errorCode, long retryAfterMilliseconds, in SipDetails details); in onError() argument
DISubscribeResponseCallback.aidl36 void onTerminated(in String reason, long retryAfterMilliseconds); in onTerminated() argument
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/eab/
DEabBulkCapabilityUpdater.java151 public void onError(int errorCode, long retryAfterMilliseconds, SipDetails details) {
153 + ", retryAfterMilliseconds: " + retryAfterMilliseconds);
154 if (retryAfterMilliseconds != 0) {
155 mHandler.postDelayed(new retryRunnable(), retryAfterMilliseconds);
/frameworks/base/telephony/java/android/telephony/ims/
DRcsUceAdapter.java638 public void onError(int errorCode, long retryAfterMilliseconds, in requestCapabilities()
642 executor.execute(() -> c.onError(errorCode, retryAfterMilliseconds, details)); in requestCapabilities()
737 public void onError(int errorCode, long retryAfterMilliseconds, in requestAvailability()
741 executor.execute(() -> c.onError(errorCode, retryAfterMilliseconds, details)); in requestAvailability()
/frameworks/base/telephony/java/android/telephony/ims/stub/
DRcsCapabilityExchangeImplBase.java419 void onTerminated(@NonNull String reason, long retryAfterMilliseconds) throws ImsException; in onTerminated() argument