Home
last modified time | relevance | path

Searched refs:INVALID_SLOT_ID (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DParticipantData.java51 public static final int INVALID_SLOT_ID = -1; field in ParticipantData
171 pd.mSlotId = INVALID_SLOT_ID; in getFromRecipientEntry()
205 pd.mSlotId = INVALID_SLOT_ID; in getFromRawPhone()
269 pd.mSlotId = INVALID_SLOT_ID; in getSelfParticipant()
380 mSlotId = INVALID_SLOT_ID; in updateSubscriptionInfoForSelfIfChanged()
437 return mSlotId != INVALID_SLOT_ID; in isActiveSubscription()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DParticipantRefresh.java400 ParticipantData.INVALID_SLOT_ID, Color.TRANSPARENT, "''", in refreshSelfParticipantList()
638 selection, new String[] { String.valueOf(ParticipantData.INVALID_SLOT_ID) }, in getInactiveSelfParticipantIds()
DDatabaseHelper.java444 + ParticipantData.INVALID_SLOT_ID + "),"
DBugleDatabaseOperations.java701 new String[] { selfId, String.valueOf(ParticipantData.INVALID_SLOT_ID) }, in addConversationSelfIdToContentValues()