Home
last modified time | relevance | path

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

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