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

  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEntry.java 38 /** Used when {@link #mDestinationType} is invalid and thus shouldn't be used for display. */
65 private final int mDestinationType;
68 * Can be null when {@link #mDestinationType} is {@link #INVALID_DESTINATION_TYPE}.
115 mDestinationType = destinationType;
260 return mDestinationType;
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
VCardResourceEntry.java 337 private final String mDestinationType;
342 mDestinationType = destinationType;
364 return mDestinationType;

Completed in 79 milliseconds