HomeSort by relevance Sort by last modified time
    Searched refs:simSlotIndex (Results 1 - 4 of 4) sorted by null

  /frameworks/base/telephony/java/android/telephony/
SubscriptionInfo.java 114 public SubscriptionInfo(int id, String iccId, int simSlotIndex, CharSequence displayName,
119 this.mSimSlotIndex = simSlotIndex;
291 int simSlotIndex = source.readInt();
303 return new SubscriptionInfo(id, iccId, simSlotIndex, displayName, carrierName,
337 return "{id=" + mId + ", iccId=" + mIccId + " simSlotIndex=" + mSimSlotIndex
  /packages/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java 302 for (int simSlotIndex = 0; simSlotIndex < mActiveSubInfos.size(); simSlotIndex++) {
304 if (si != null && si.getSimSlotIndex() == simSlotIndex) {
313 log("initializeSubscriptions: tab=" + simSlotIndex + " name=" + tabName);
316 mTabHost.addTab(buildTabSpec(String.valueOf(simSlotIndex), tabName));
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkControllerImpl.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java 265 int simSlotIndex = cursor.getInt(cursor.getColumnIndexOrThrow(
290 logd("[getSubInfoRecord] id:" + id + " iccid:" + iccId + " simSlotIndex:" + simSlotIndex
301 return new SubscriptionInfo(id, iccId, simSlotIndex, displayName, carrierName,
564 // Primary sort key on SimSlotIndex
    [all...]

Completed in 602 milliseconds