Searched defs:mCallById (Results 1 – 2 of 2) sorted by relevance
45 public final Map<String, ParcelableCall> mCallById = new HashMap<>(); field in InCallServiceFixture
58 private final HashMap<String, Call> mCallById = new HashMap<>(); field in CallList