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.java59 private static class CallAttemptRecord { class in CreateConnectionProcessor
67 public CallAttemptRecord( in CallAttemptRecord() method in CreateConnectionProcessor.CallAttemptRecord
90 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 …]