Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DConversationMessageData.java121 mSelfParticipantId = cursor.getString(INDEX_SELF_PARTICIPIANT_ID); in bind()
152 final String otherSelfId = cursor.getString(INDEX_SELF_PARTICIPIANT_ID); in canClusterWithMessage()
869 private static final int INDEX_SELF_PARTICIPIANT_ID = sIndexIncrementer++; local