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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java35 /** Used when {@link #mDestinationType} is invalid and thus shouldn't be used for display. */
54 private final int mDestinationType; field in class:RecipientEntry
57 * Can be null when {@link #mDestinationType} is {@link #INVALID_DESTINATION_TYPE}.
78 mDestinationType = INVALID_DESTINATION_TYPE;
95 mDestinationType = destinationType;
189 return mDestinationType;

Completed in 105 milliseconds