Searched refs:readCollection (Results 1 – 1 of 1) sorted by relevance
1302 return readCollection(new ArraySet<T>()); in readSet()1321 return readCollection(new ArrayList<T>()); in readList()1325 private <T, S extends Collection<T>> @Nullable S readCollection(@NonNull S list) { in readCollection() method in VersionedParcel1396 readCollection(keyList); in readMap()1397 readCollection(valueList); in readMap()