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.java118 private List<CallAttemptRecord> mAttemptRecords; field in CreateConnectionProcessor
162 mAttemptRecords = new ArrayList<>(); in process()
164 mAttemptRecords.add(new CallAttemptRecord( in process()
171 mAttemptRecordIterator = mAttemptRecords.iterator(); in process()
294 if (timeout.isTimeoutNeededForCall(getConnectionServices(mAttemptRecords), in setTimeoutIfNeeded()
309 if (mAttemptRecords.size() == 0) { in shouldSetConnectionManager()
313 if (mAttemptRecords.size() > 1) { in shouldSetConnectionManager()
325 PhoneAccountHandle targetPhoneAccountHandle = mAttemptRecords.get(0).targetPhoneAccount; in shouldSetConnectionManager()
352 mAttemptRecords.get(0).targetPhoneAccount); in adjustAttemptsForConnectionManager()
353 Log.v(this, "setConnectionManager, changing %s -> %s", mAttemptRecords.get(0), record); in adjustAttemptsForConnectionManager()
[all …]