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

  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ParcelUtils.java 33 byte[] data = parcel.marshall();
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
ParcelUtils.java 33 byte[] data = parcel.marshall();
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /cts/tests/tests/media/src/android/media/cts/
AudioAttributesTest.java 43 // Test case 2: create an instance, marshall it and create a new instance,
55 mbytes = srcParcel.marshall();
AudioFormatTest.java 148 // Test case 6: create an instance, marshall it and create a new instance,
160 assertNotNull("Failure to create the AudioFormat to marshall", formatToMarshall);
167 final byte[] mbytes = srcParcel.marshall();
AudioRecordingConfigurationTest.java 238 // marshall a AudioRecordingConfiguration and compare to unmarshalled
243 final byte[] mbytes = srcParcel.marshall();
AudioPlaybackConfigurationTest.java 110 mbytes = srcParcel.marshall();
VolumeShaperTest.java 512 final byte[] marshallBuffer = srcParcel.marshall();
537 final byte[] marshallBuffer = srcParcel.marshall();
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAudioManager.java 237 byte[] bytes = p.marshall();
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
DragDropTest.java 89 boolean result = Arrays.equals(p1.marshall(), p2.marshall());
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowParcelTest.java 620 byte[] rawBytes = parcel.marshall();
  /cts/tests/tests/os/src/android/os/cts/
ParcelTest.java 242 byte[] d1 = p1.marshall();
    [all...]
BundleTest.java 831 byte[] buf = out.marshall();
    [all...]

Completed in 571 milliseconds