Searched refs:getValue (Results 1 – 2 of 2) sorted by relevance
| /versionedparcelable/versionedparcelable-compiler/src/main/java/androidx/versionedparcelable/compiler/ |
| D | VersionedParcelProcessor.java | 178 String allowSerialization = getValue(annotation, "allowSerialization", "false"); in process() 179 String ignoreParcelables = getValue(annotation, "ignoreParcelables", "false"); in process() 180 String isCustom = getValue(annotation, "isCustom", "false"); in process() 181 String deprecatedIds = getValue(annotation, "deprecatedIds", ""); in process() 182 String jetifyAs = getValue(annotation, "jetifyAs", ""); in process() 183 String factoryClass = getValue(annotation, "factory", ""); in process() 267 parcelFields.sort(Comparator.comparing(e -> getValue(getAnnotation(e), "value", null))); in generateSerialization() 271 String id = getValue(annotation, "value", null); in generateSerialization() 272 String defaultValue = getValue(annotation, "defaultValue", null, false); in generateSerialization() 432 String valStr = getValue(annotation, "value", null); in checkClass() [all …]
|
| /versionedparcelable/versionedparcelable/src/main/java/androidx/versionedparcelable/ |
| D | VersionedParcel.java | 863 valueSet.add(entry.getValue()); in writeMap()
|