Searched refs:INVALID_SLOT_ID (Results 1 – 9 of 9) sorted by relevance
57 public static final int INVALID_SLOT_ID = -1; field in ParticipantData177 pd.mSlotId = INVALID_SLOT_ID; in getFromRecipientEntry()211 pd.mSlotId = INVALID_SLOT_ID; in getFromRawPhone()275 pd.mSlotId = INVALID_SLOT_ID; in getSelfParticipant()414 mSlotId = INVALID_SLOT_ID; in updateSubscriptionInfoForSelfIfChanged()471 return mSlotId != INVALID_SLOT_ID; in isActiveSubscription()
116 public static final int INVALID_SLOT_ID = -1; field in UiccController233 Arrays.fill(mPhoneIdToSlotId, INVALID_SLOT_ID); in UiccController()287 return INVALID_SLOT_ID; in getSlotIdFromPhoneId()425 return INVALID_SLOT_ID; in getUiccSlotForCardId()563 mPhoneIdToSlotId[i] = INVALID_SLOT_ID; in onMultiSimConfigChanged()711 if (slotId == INVALID_SLOT_ID) { in onGetIccCardStatusDone()
81 public int physicalSlotIndex = UiccController.INVALID_SLOT_ID;
400 ParticipantData.INVALID_SLOT_ID, Color.TRANSPARENT, "''", in refreshSelfParticipantList()638 selection, new String[] { String.valueOf(ParticipantData.INVALID_SLOT_ID) }, in getInactiveSelfParticipantIds()
451 + ParticipantData.INVALID_SLOT_ID + "),"
701 new String[] { selfId, String.valueOf(ParticipantData.INVALID_SLOT_ID) }, in addConversationSelfIdToContentValues()
70 private static final int INVALID_SLOT_ID = -1; field in RcsStatsTest108 return INVALID_SLOT_ID; in getSlotId()
454 ics.physicalSlotIndex = UiccController.INVALID_SLOT_ID; in testEidNotSupported()
203 if (slotId != UiccController.INVALID_SLOT_ID) { in getEuiccCard()