Searched defs:mAttemptRecords (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DCreateConnectionProcessor.java91 private List<CallAttemptRecord> mAttemptRecords; field in class:CreateConnectionProcessor
130 mAttemptRecords = new ArrayList<>();
132 mAttemptRecords.add(new CallAttemptRecord(
139 mAttemptRecordIterator = mAttemptRecords.iterator();
232 if (timeout.isTimeoutNeededForCall(getConnectionServices(mAttemptRecords),
247 if (mAttemptRecords.size() == 0) {
251 if (mAttemptRecords.size() > 1) {
252 Log.d(this, "shouldSetConnectionManager, error, mAttemptRecords should not have more "
263 PhoneAccountHandle targetPhoneAccountHandle = mAttemptRecords.get(0).targetPhoneAccount;
290 mAttemptRecords
[all...]

Completed in 693 milliseconds