HomeSort by relevance Sort by last modified time
    Searched defs:PARTICIPANT_LOOKUP_KEY (Results 1 - 2 of 2) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/datamodel/
DatabaseHelper.java 121 public static final String PARTICIPANT_LOOKUP_KEY = "participant_lookup_key";
180 + ConversationColumns.PARTICIPANT_LOOKUP_KEY + " TEXT, "
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationListItemData.java 307 + DatabaseHelper.CONVERSATIONS_TABLE + '.' + ConversationColumns.PARTICIPANT_LOOKUP_KEY
308 + " as " + ConversationListViewColumns.PARTICIPANT_LOOKUP_KEY + ", "
394 static final String PARTICIPANT_LOOKUP_KEY = ConversationColumns.PARTICIPANT_LOOKUP_KEY;
423 ConversationListViewColumns.PARTICIPANT_LOOKUP_KEY,

Completed in 683 milliseconds