Home
last modified time | relevance | path

Searched refs:phoneCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DSubscriptionControllerMock.java59 public SubscriptionControllerMock(Context c, ITelephonyRegistry.Stub tr, int phoneCount) { in SubscriptionControllerMock() argument
62 mSlotIndexToSubId = new int[phoneCount][]; in SubscriptionControllerMock()
63 for (int i = 0; i < phoneCount; i++) { in SubscriptionControllerMock()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java235 int phoneCount = 1; in getPhoneCount() local
240 phoneCount = 1; in getPhoneCount()
244 phoneCount = 1; in getPhoneCount()
250 phoneCount = 1; in getPhoneCount()
253 phoneCount = 1; in getPhoneCount()
255 phoneCount = 0; in getPhoneCount()
263 phoneCount = PhoneConstants.MAX_PHONE_COUNT_DUAL_SIM; in getPhoneCount()
266 phoneCount = PhoneConstants.MAX_PHONE_COUNT_TRI_SIM; in getPhoneCount()
269 return phoneCount; in getPhoneCount()