Searched defs:retryAfterMilliseconds (Results 1 – 4 of 4) sorted by relevance
29 void onError(int errorCode, long retryAfterMilliseconds, in SipDetails details); in onError()
36 void onTerminated(in String reason, long retryAfterMilliseconds); in onTerminated()
123 public void onTerminated(String reason, long retryAfterMilliseconds) throws ImsException { in onTerminated()
419 void onTerminated(@NonNull String reason, long retryAfterMilliseconds) throws ImsException; in onTerminated()