Searched refs:sandboxLatencyInfoParcel (Results 1 – 1 of 1) sorted by relevance
56 Parcel sandboxLatencyInfoParcel = Parcel.obtain(); in testIsParcelable() local57 sandboxLatencyInfo.writeToParcel(sandboxLatencyInfoParcel, /*flags=*/ 0); in testIsParcelable()59 sandboxLatencyInfoParcel.setDataPosition(0); in testIsParcelable()61 SandboxLatencyInfo.CREATOR.createFromParcel(sandboxLatencyInfoParcel); in testIsParcelable()