OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mdestinationtype
(Results
1 - 1
of
1
) sorted by null
/frameworks/ex/chips/src/com/android/ex/chips/
RecipientEntry.java
37
/** Used when {@link #
mDestinationType
} is invalid and thus shouldn't be used for display. */
56
private final int
mDestinationType
;
59
* Can be null when {@link #
mDestinationType
} is {@link #INVALID_DESTINATION_TYPE}.
86
mDestinationType
= destinationType;
196
return
mDestinationType
;
Completed in 229 milliseconds