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

/frameworks/base/graphics/java/android/renderscript/
H A DFileA3D.java85 EntryType mEntryType; field in class:FileA3D.IndexEntry
109 return mEntryType;
140 if(entry.mEntryType == EntryType.UNKNOWN) {
149 switch (entry.mEntryType) {
164 mEntryType = type;
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java44 private final int mEntryType; field in class:RecipientEntry
80 mEntryType = entryType;
180 return mEntryType;
230 return mEntryType == ENTRY_TYPE_PERSON;

Completed in 44 milliseconds