Searched defs:readList (Results 1 – 2 of 2) sorted by relevance
845 List<Boolean> readList = SafeParcelReader.createBooleanList(mParcel, header); in testReadWriteBooleanList() local878 List<Integer> readList = SafeParcelReader.createIntegerList(mParcel, header); in testReadWriteIntegerList() local911 List<Long> readList = SafeParcelReader.createLongList(mParcel, header); in testReadWriteLongList() local944 List<Float> readList = SafeParcelReader.createFloatList(mParcel, header); in testReadWriteFloatList() local977 List<Double> readList = SafeParcelReader.createDoubleList(mParcel, header); in testReadWriteDoubleList() local1010 List<String> readList = SafeParcelReader.createStringList(mParcel, header); in testReadWriteStringList() local1122 List<Parcel> readList = SafeParcelReader.createParcelList(mParcel, header); in testReadWriteParcelList() local1198 List<TestParcelable> readList = in testReadWriteTypedList() local1267 List<Parcel> readList = SafeParcelReader.createParcelList(mParcel, header); in testReadWriteBetweenTypedListAndParcelList() local
910 public static void readList( in readList() method in SafeParcelReader