Searched refs:retryAfterMilliseconds (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
D | RcsSubscribeResponseAidlWrapper.java | 123 public void onTerminated(String reason, long retryAfterMilliseconds) throws ImsException { in onTerminated() argument 125 mResponseBinder.onTerminated(reason, retryAfterMilliseconds); in onTerminated()
|
D | IRcsUceControllerCallback.aidl | 29 void onError(int errorCode, long retryAfterMilliseconds, in SipDetails details); in onError() argument
|
D | ISubscribeResponseCallback.aidl | 36 void onTerminated(in String reason, long retryAfterMilliseconds); in onTerminated() argument
|
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/eab/ |
D | EabBulkCapabilityUpdater.java | 151 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/ |
D | RcsUceAdapter.java | 638 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/ |
D | RcsCapabilityExchangeImplBase.java | 419 void onTerminated(@NonNull String reason, long retryAfterMilliseconds) throws ImsException; in onTerminated() argument
|