Searched refs:CallAttemptRecord (Results 1 – 1 of 1) sorted by relevance
59 private static class CallAttemptRecord { class in CreateConnectionProcessor67 public CallAttemptRecord( in CallAttemptRecord() method in CreateConnectionProcessor.CallAttemptRecord90 if (obj instanceof CallAttemptRecord) { in equals()91 CallAttemptRecord other = (CallAttemptRecord) obj; in equals()134 private List<CallAttemptRecord> mAttemptRecords;135 private Iterator<CallAttemptRecord> mAttemptRecordIterator;188 mAttemptRecords.add(new CallAttemptRecord( in process()232 CallAttemptRecord attempt = null; in attemptNextPhoneAccount()331 private void setTimeoutIfNeeded(ConnectionServiceWrapper service, CallAttemptRecord attempt) { in setTimeoutIfNeeded()392 CallAttemptRecord record = new CallAttemptRecord( in adjustAttemptsForConnectionManager()[all …]