/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
ParcelUtils.java | 44 parcel.unmarshall(data, 0, data.length);
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
ParcelUtils.java | 44 parcel.unmarshall(data, 0, data.length);
|
/cts/tests/tests/media/src/android/media/cts/ |
AudioAttributesTest.java | 56 dstParcel.unmarshall(mbytes, 0, mbytes.length);
|
AudioFormatTest.java | 168 dstParcel.unmarshall(mbytes, 0, mbytes.length); 172 assertNotNull("Failure to unmarshall AudioFormat", unmarshalledFormat);
|
AudioRecordingConfigurationTest.java | 244 dstParcel.unmarshall(mbytes, 0, mbytes.length); 249 assertNotNull("Failure to unmarshall AudioRecordingConfiguration", unmarshalledConf);
|
AudioPlaybackConfigurationTest.java | 111 dstParcel.unmarshall(mbytes, 0, mbytes.length);
|
VolumeShaperTest.java | 515 dstParcel.unmarshall(marshallBuffer, 0 /* offset */, marshallBuffer.length); 540 dstParcel.unmarshall(marshallBuffer, 0 /* offset */, marshallBuffer.length); [all...] |
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
ShadowAudioManager.java | 240 p.unmarshall(bytes, 0, bytes.length);
|
/cts/tests/tests/os/src/android/os/cts/ |
BundleTest.java | 82 p.unmarshall(new byte[] {}, 0, 0); 86 p.unmarshall(new byte[] {}, 0, 0); 833 in.unmarshall(buf, 0, buf.length); [all...] |
ParcelTest.java | 245 p2.unmarshall(d1, 0, d1.length); [all...] |
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
ShadowParcelTest.java | 622 parcel2.unmarshall(rawBytes, 0, rawBytes.length);
|
/external/guice/extensions/persist/lib/ |
db4o-6.4.14.8131-java5.jar | |