Home
last modified time | relevance | path

Searched refs:NULL_SIZE (Results 1 – 6 of 6) sorted by relevance

/external/connectedappssdk/processor/src/main/resources/parcelablewrappers/
DParcelableArray.java26 private static final int NULL_SIZE = -1; field in ParcelableArray
58 if (size == NULL_SIZE) { in ParcelableArray()
85 dest.writeInt(NULL_SIZE); in writeToParcel()
DParcelableCollection.java30 private static final int NULL_SIZE = -1; field in ParcelableCollection
62 if (size == NULL_SIZE) { in ParcelableCollection()
85 dest.writeInt(NULL_SIZE); in writeToParcel()
DParcelableList.java29 private static final int NULL_SIZE = -1; field in ParcelableList
61 if (size == NULL_SIZE) { in ParcelableList()
84 dest.writeInt(NULL_SIZE); in writeToParcel()
DParcelableSet.java28 private static final int NULL_SIZE = -1; field in ParcelableSet
60 if (size == NULL_SIZE) { in ParcelableSet()
83 dest.writeInt(NULL_SIZE); in writeToParcel()
DParcelableMap.java28 private static final int NULL_SIZE = -1; field in ParcelableMap
60 if (size == NULL_SIZE) { in ParcelableMap()
86 dest.writeInt(NULL_SIZE); in writeToParcel()
DParcelableImmutableMap.java30 private static final int NULL_SIZE = -1; field in ParcelableImmutableMap
65 if (size == NULL_SIZE) { in ParcelableImmutableMap()
94 dest.writeInt(NULL_SIZE); in writeToParcel()