Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java119 private List<CallAttemptRecord> mAttemptRecords; field in CreateConnectionProcessor
163 mAttemptRecords = new ArrayList<>(); in process()
165 mAttemptRecords.add(new CallAttemptRecord( in process()
172 mAttemptRecordIterator = mAttemptRecords.iterator(); in process()
295 if (timeout.isTimeoutNeededForCall(getConnectionServices(mAttemptRecords), in setTimeoutIfNeeded()
310 if (mAttemptRecords.size() == 0) { in shouldSetConnectionManager()
314 if (mAttemptRecords.size() > 1) { in shouldSetConnectionManager()
326 PhoneAccountHandle targetPhoneAccountHandle = mAttemptRecords.get(0).targetPhoneAccount; in shouldSetConnectionManager()
353 mAttemptRecords.get(0).targetPhoneAccount); in adjustAttemptsForConnectionManager()
354 Log.v(this, "setConnectionManager, changing %s -> %s", mAttemptRecords.get(0), record); in adjustAttemptsForConnectionManager()
[all …]