Home
last modified time | relevance | path

Searched refs:phoneCount (Results 1 – 1 of 1) 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()