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

/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionInfo.java58 private int mSimSlotIndex; field in class:SubscriptionInfo
120 this.mSimSlotIndex = simSlotIndex;
151 return this.mSimSlotIndex;
224 final String index = String.format("%d", mSimSlotIndex + 1);
318 dest.writeInt(mSimSlotIndex);
354 return "{id=" + mId + ", iccId=" + iccIdToPrint + " simSlotIndex=" + mSimSlotIndex

Completed in 66 milliseconds