Searched refs:NULL_SIZE (Results 1 – 6 of 6) sorted by relevance
26 private static final int NULL_SIZE = -1; field in ParcelableArray58 if (size == NULL_SIZE) { in ParcelableArray()85 dest.writeInt(NULL_SIZE); in writeToParcel()
30 private static final int NULL_SIZE = -1; field in ParcelableCollection62 if (size == NULL_SIZE) { in ParcelableCollection()85 dest.writeInt(NULL_SIZE); in writeToParcel()
29 private static final int NULL_SIZE = -1; field in ParcelableList61 if (size == NULL_SIZE) { in ParcelableList()84 dest.writeInt(NULL_SIZE); in writeToParcel()
28 private static final int NULL_SIZE = -1; field in ParcelableSet60 if (size == NULL_SIZE) { in ParcelableSet()83 dest.writeInt(NULL_SIZE); in writeToParcel()
28 private static final int NULL_SIZE = -1; field in ParcelableMap60 if (size == NULL_SIZE) { in ParcelableMap()86 dest.writeInt(NULL_SIZE); in writeToParcel()
30 private static final int NULL_SIZE = -1; field in ParcelableImmutableMap65 if (size == NULL_SIZE) { in ParcelableImmutableMap()94 dest.writeInt(NULL_SIZE); in writeToParcel()