Searched refs:listByteLength (Results 1 – 2 of 2) sorted by relevance
253 final int listByteLength = data.readInt(); in NotificationHistory() local257 mParcel.appendFrom(data, data.dataPosition(), listByteLength); in NotificationHistory()579 final int listByteLength = p.dataPosition(); in writeToParcel() local582 data.writeInt(listByteLength); in writeToParcel()588 data.appendFrom(p, 0, listByteLength); in writeToParcel()
854 final int listByteLength = data.readInt(); in readUsageEventsFromParcelWithBlob() local858 mParcel.appendFrom(data, data.dataPosition(), listByteLength); in readUsageEventsFromParcelWithBlob()1153 final int listByteLength = p.dataPosition(); in writeUsageEventsToParcelWithBlob() local1156 data.writeInt(listByteLength); in writeUsageEventsToParcelWithBlob()1162 data.appendFrom(p, 0, listByteLength); in writeUsageEventsToParcelWithBlob()