Searched refs:CallAttemptRecord (Results 1 – 1 of 1) sorted by relevance
52 private static class CallAttemptRecord { class in CreateConnectionProcessor60 public CallAttemptRecord( in CallAttemptRecord() method in CreateConnectionProcessor.CallAttemptRecord83 if (obj instanceof CallAttemptRecord) { in equals()84 CallAttemptRecord other = (CallAttemptRecord) obj; in equals()117 private List<CallAttemptRecord> mAttemptRecords;118 private Iterator<CallAttemptRecord> mAttemptRecordIterator;163 mAttemptRecords.add(new CallAttemptRecord( in process()207 CallAttemptRecord attempt = null; in attemptNextPhoneAccount()274 private void setTimeoutIfNeeded(ConnectionServiceWrapper service, CallAttemptRecord attempt) { in setTimeoutIfNeeded()335 CallAttemptRecord record = new CallAttemptRecord( in adjustAttemptsForConnectionManager()[all …]