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.java57 public static final int INVALID_SLOT_ID = -1; field in ParticipantData
177 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()
/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.java451 + ParticipantData.INVALID_SLOT_ID + "),"
DBugleDatabaseOperations.java701 new String[] { selfId, String.valueOf(ParticipantData.INVALID_SLOT_ID) }, in addConversationSelfIdToContentValues()