Searched refs:CallAttemptRecord (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
H A DCreateConnectionProcessor.java48 private static class CallAttemptRecord { class in class:CreateConnectionProcessor
56 public CallAttemptRecord( method in class:CreateConnectionProcessor.CallAttemptRecord
65 return "CallAttemptRecord("
71 * Determines if this instance of {@code CallAttemptRecord} has the same underlying
75 * @return {@code True} if the {@code CallAttemptRecord}s are equal.
79 if (obj instanceof CallAttemptRecord) {
80 CallAttemptRecord other = (CallAttemptRecord) obj;
91 private List<CallAttemptRecord> mAttemptRecords;
92 private Iterator<CallAttemptRecord> mAttemptRecordIterato
[all...]

Completed in 114 milliseconds