Searched refs:INDEX_DISPLAY_DESTINATION (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DConversationImagePartsView.java108 public final int INDEX_DISPLAY_DESTINATION = 5; field in interface:ConversationImagePartsView.PhotoViewQuery
/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
H A DBuglePhotoViewController.java84 mActionBarTitle = cursor.getString(PhotoViewQuery.INDEX_DISPLAY_DESTINATION);
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DParticipantData.java81 public static final int INDEX_DISPLAY_DESTINATION = 5; field in class:ParticipantData.ParticipantsQuery
131 pd.mDisplayDestination = cursor.getString(ParticipantsQuery.INDEX_DISPLAY_DESTINATION);

Completed in 118 milliseconds