Searched refs:ParcelAllTheThingsDataClass (Results 1 – 3 of 3) sorted by relevance
39 public class ParcelAllTheThingsDataClass implements Parcelable { class71 /* package-private */ ParcelAllTheThingsDataClass( in ParcelAllTheThingsDataClass() method in ParcelAllTheThingsDataClass190 protected ParcelAllTheThingsDataClass(@NonNull Parcel in) { in ParcelAllTheThingsDataClass() method in ParcelAllTheThingsDataClass234 public static final @NonNull Parcelable.Creator<ParcelAllTheThingsDataClass> CREATOR235 = new Parcelable.Creator<ParcelAllTheThingsDataClass>() {237 public ParcelAllTheThingsDataClass[] newArray(int size) {238 return new ParcelAllTheThingsDataClass[size];242 public ParcelAllTheThingsDataClass createFromParcel(@NonNull Parcel in) {243 return new ParcelAllTheThingsDataClass(in);366 public @NonNull ParcelAllTheThingsDataClass build() { in build()[all …]
224 ParcelAllTheThingsDataClass instance = new ParcelAllTheThingsDataClass.Builder() in testDataStructures_parcelCorrectly()238 ParcelAllTheThingsDataClass unparceledInstance = in testDataStructures_parcelCorrectly()239 parcelAndUnparcel(instance, ParcelAllTheThingsDataClass.CREATOR); in testDataStructures_parcelCorrectly()
16 …_TOP/frameworks/base/tests/Codegen/src/com/android/codegentest/ParcelAllTheThingsDataClass.java &&…