Searched refs:getSlotId (Results 1 – 4 of 4) sorted by relevance
70 int slotId1 = ((ParticipantData) o1).getSlotId(); in getSelfParticipants()71 int slotId2 = ((ParticipantData) o2).getSlotId(); in getSelfParticipants()
444 public int getSlotId() { in getSlotId() method in ParticipantData453 return getSlotId() + 1; in getDisplaySlotId()
265 newIntent.putExtra(EXTRA_SLOT_ID, ((SimPreference)preference).getSlotId()); in onPreferenceTreeClick()317 private int getSlotId() { in getSlotId() method in SimSettings.SimPreference
444 getSlotId(Utils.getEffectiveSubscriptionId(MmsManager.DEFAULT_SUB_ID))); in getEncodedNai()474 private static int getSlotId(final int subId) { in getSlotId() method in MmsHttpClient