Searched refs:INDEX_SELF_PARTICIPIANT_ID (Results 1 – 1 of 1) sorted by relevance
121 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