Home
last modified time | relevance | path

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

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