Searched refs:mNumPhones (Results 1 – 4 of 4) sorted by relevance
74 private final int mNumPhones; field in PhoneSwitcher101 mNumPhones = 0; in PhoneSwitcher()109 mNumPhones = numPhones; in PhoneSwitcher()286 for (int i = 0; i < mNumPhones; i++) { in onEvaluate()311 for (int i = 0; i < mNumPhones; i++) { in onEvaluate()318 for (int phoneId = 0; phoneId < mNumPhones; phoneId++) { in onEvaluate()382 for (int i = 0 ; i < mNumPhones; i++) { in phoneIdForRequest()409 if (phoneId < 0 || phoneId >= mNumPhones) { in validatePhoneId()423 for (int i = 0; i < mNumPhones; i++) { in dump()
30 private final int mNumPhones; field in PhoneSwitcherMock37 mNumPhones = numPhones; in PhoneSwitcherMock()71 if (phoneId < 0 || phoneId >= mNumPhones) { in validatePhoneId()
27 private final int mNumPhones; field in SubscriptionMonitorMock33 mNumPhones = numPhones; in SubscriptionMonitorMock()85 if (phoneId < 0 || phoneId >= mNumPhones) { in validatePhoneId()
137 private int mNumPhones; field in TelephonyRegistry297 mNumPhones = numPhones; in TelephonyRegistry()1618 boolean valid = (phoneId >= 0) && (phoneId < mNumPhones); in validatePhoneId()