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.java93 private List<CallAttemptRecord> mAttemptRecords; field in CreateConnectionProcessor
123 mAttemptRecords = new ArrayList<>(); in process()
125 mAttemptRecords.add(new CallAttemptRecord( in process()
130 mAttemptRecordIterator = mAttemptRecords.iterator(); in process()
228 if (timeout.isTimeoutNeededForCall(getConnectionServices(mAttemptRecords), in setTimeoutIfNeeded()
247 if (mAttemptRecords.size() == 0) { in shouldSetConnectionManager()
251 if (mAttemptRecords.size() > 1) { in shouldSetConnectionManager()
262 PhoneAccountHandle targetPhoneAccountHandle = mAttemptRecords.get(0).targetPhoneAccount; in shouldSetConnectionManager()
284 mAttemptRecords.get(0).targetPhoneAccount); in adjustAttemptsForConnectionManager()
285 Log.v(this, "setConnectionManager, changing %s -> %s", mAttemptRecords.get(0), record); in adjustAttemptsForConnectionManager()
[all …]