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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java34 /** Used when {@link #mDestinationType} is invalid and thus shouldn't be used for display. */
56 private final int mDestinationType; field in class:RecipientEntry
59 * Can be null when {@link #mDestinationType} is {@link #INVALID_DESTINATION_TYPE}.
80 mDestinationType = INVALID_DESTINATION_TYPE;
97 mDestinationType = destinationType;
179 return mDestinationType;

Completed in 286 milliseconds