Searched refs:CallAttemptRecord (Results 1 – 1 of 1) sorted by relevance
60 private static class CallAttemptRecord { class in CreateConnectionProcessor68 public CallAttemptRecord( in CallAttemptRecord() method in CreateConnectionProcessor.CallAttemptRecord91 if (obj instanceof CallAttemptRecord) { in equals()92 CallAttemptRecord other = (CallAttemptRecord) obj; in equals()150 private List<CallAttemptRecord> mAttemptRecords;151 private Iterator<CallAttemptRecord> mAttemptRecordIterator;207 mAttemptRecords.add(new CallAttemptRecord( in process()251 CallAttemptRecord attempt = null; in attemptNextPhoneAccount()350 private void setTimeoutIfNeeded(ConnectionServiceWrapper service, CallAttemptRecord attempt) { in setTimeoutIfNeeded()411 CallAttemptRecord record = new CallAttemptRecord( in adjustAttemptsForConnectionManager()[all …]