HomeSort by relevance Sort by last modified time
    Searched refs:ParcelUtils (Results 1 - 5 of 5) sorted by null

  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ParcelUtils.java 23 public class ParcelUtils {
24 private ParcelUtils() {
46 T ret = parcel.readParcelable(ParcelUtils.class.getClassLoader());
  /cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
SyncManagerCtsSyncAdapter.java 33 import com.android.compatibility.common.util.ParcelUtils;
77 .setExtras(ByteString.copyFrom(ParcelUtils.toBytes(extras))).build());
  /cts/tests/tests/syncmanager/src/android/content/syncmanager/cts/
CtsSyncManagerTest.java 52 import com.android.compatibility.common.util.ParcelUtils;
198 Bundle extras = ParcelUtils.fromBytes(si.getExtras().toByteArray());
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 27 import static android.net.NetworkStatsHistory.ParcelUtils.readLongArray;
28 import static android.net.NetworkStatsHistory.ParcelUtils.writeLongArray;
810 public static class ParcelUtils {
  /frameworks/base/config/
boot-image-profile.txt     [all...]

Completed in 243 milliseconds