HomeSort by relevance Sort by last modified time
    Searched refs:getFromCursor (Results 1 - 7 of 7) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
SelfParticipantsData.java 47 final ParticipantData newParticipant = ParticipantData.getFromCursor(cursor);
ConversationParticipantsData.java 50 final ParticipantData newParticipant = ParticipantData.getFromCursor(cursor);
BlockedParticipantsData.java 101 return new ParticipantListItemData(ParticipantData.getFromCursor(cursor));
ParticipantData.java 123 public static ParticipantData getFromCursor(final Cursor cursor) {
156 return ParticipantData.getFromCursor(cursor);
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
GetOrCreateConversationActionTest.java 127 final ParticipantData participant = ParticipantData.getFromCursor(cursor);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
ParticipantRefresh.java 270 ParticipantData.getFromCursor(cursor);
BugleDatabaseOperations.java     [all...]

Completed in 116 milliseconds