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

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java37 /** 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}.
90 mDestinationType = destinationType;
203 return mDestinationType;

Completed in 18 milliseconds