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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallManager.java86 private final ArrayList<Phone> mPhones; field in class:CallManager
170 mPhones = new ArrayList<Phone>();
230 return Collections.unmodifiableList(mPhones);
242 for (Phone phone : mPhones) {
265 for (Phone phone : mPhones) {
295 if (basePhone != null && !mPhones.contains(basePhone)) {
302 if (mPhones.isEmpty()) {
305 mPhones.add(basePhone);
322 if (basePhone != null && mPhones.contains(basePhone)) {
329 mPhones
[all...]

Completed in 306 milliseconds