Home
last modified time | relevance | path

Searched refs:CallAttemptRecord (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java52 private static class CallAttemptRecord { class in CreateConnectionProcessor
60 public CallAttemptRecord( in CallAttemptRecord() method in CreateConnectionProcessor.CallAttemptRecord
83 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 …]