Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DSubscriptionControllerMock.java58 public SubscriptionControllerMock(Context c, ITelephonyRegistry.Stub tr, int phoneCount) { in SubscriptionControllerMock() argument
61 mSlotIndexToSubId = new int[phoneCount][]; in SubscriptionControllerMock()
62 for (int i = 0; i < phoneCount; i++) { in SubscriptionControllerMock()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyEventBuilder.java165 int phoneCount = TelephonyManager.getDefault().getPhoneCount(); in setSimStateChange() local
166 mEvent.simState = new int[phoneCount]; in setSimStateChange()
171 if (0 <= key && key < phoneCount) { in setSimStateChange()
DTelephonyMetrics.java718 int phoneCount = TelephonyManager.getDefault().getPhoneCount(); in buildProto() local
720 new ActiveSubscriptionInfo[phoneCount]; in buildProto()
725 for (int i = 0; i < phoneCount; i++) { in buildProto()