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.java117 private List<CallAttemptRecord> mAttemptRecords; field in CreateConnectionProcessor
161 mAttemptRecords = new ArrayList<>(); in process()
163 mAttemptRecords.add(new CallAttemptRecord( in process()
170 mAttemptRecordIterator = mAttemptRecords.iterator(); in process()
279 if (timeout.isTimeoutNeededForCall(getConnectionServices(mAttemptRecords), in setTimeoutIfNeeded()
294 if (mAttemptRecords.size() == 0) { in shouldSetConnectionManager()
298 if (mAttemptRecords.size() > 1) { in shouldSetConnectionManager()
310 PhoneAccountHandle targetPhoneAccountHandle = mAttemptRecords.get(0).targetPhoneAccount; in shouldSetConnectionManager()
337 mAttemptRecords.get(0).targetPhoneAccount); in adjustAttemptsForConnectionManager()
338 Log.v(this, "setConnectionManager, changing %s -> %s", mAttemptRecords.get(0), record); in adjustAttemptsForConnectionManager()
[all …]