Home
last modified time | relevance | path

Searched refs:marshall (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodSubtypeArray.java100 final byte[] decompressedData = marshall(mInstance); in writeToParcel()
173 private static byte[] marshall(final InputMethodSubtype[] array) { in marshall() method in InputMethodSubtypeArray
178 return parcel.marshall(); in marshall()
/frameworks/base/wifi/tests/src/android/net/wifi/rtt/
DWifiRttManagerTest.java152 byte[] bytes = parcelW.marshall(); in testRangingRequestParcel()
250 byte[] bytes = parcelW.marshall(); in testRangingResultsParcel()
266 bytes = parcelW.marshall(); in testRangingResultsParcel()
314 byte[] bytes = parcelW.marshall(); in testResponderConfigParcel()
331 bytes = parcelW.marshall(); in testResponderConfigParcel()
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
DMarshalQueryableParcelable.java88 parcelContents = parcel.marshall(); in marshal()
166 int length = parcel.marshall().length; in calculateMarshalSize()
/frameworks/base/wifi/tests/src/android/net/wifi/p2p/
DWifiP2pInfoTest.java72 byte[] bytes = parcelW.marshall(); in testParcelOperation()
DWifiP2pDeviceListTest.java65 byte[] bytes = parcelW.marshall(); in testListOperations()
DWifiP2pWfdInfoTest.java99 byte[] bytes = parcelW.marshall(); in testParcelOperation()
DWifiP2pGroupTest.java81 byte[] bytes = parcelW.marshall(); in testSetterGetter()
DWifiP2pConfigTest.java136 byte[] bytes = parcelW.marshall(); in testWifiP2pConfig()
DWifiP2pGroupListTest.java101 byte[] bytes = parcelW.marshall(); in testListOperations()
/frameworks/base/services/tests/servicestests/src/com/android/server/job/
DJobStoreTest.java509 final byte[] firstBytes = marshall(first); in assertTasksEqual()
510 final byte[] secondBytes = marshall(second); in assertTasksEqual()
518 private static byte[] marshall(Parcelable p) { in marshall() method in JobStoreTest
522 return parcel.marshall(); in marshall()
/frameworks/base/tests/net/util/java/com/android/internal/util/
DTestUtils.java86 final byte[] marshalled = p.marshall(); in parcelingRoundTrip()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsCallProfileTest.java95 byte[] parcelBytes = parcel.marshall(); in testExtrasCleanup()
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiConfigurationTest.java68 byte[] bytes = parcelW.marshall(); in testWifiConfigurationParcel()
86 byte[] rebytes = parcelWW.marshall(); in testWifiConfigurationParcel()
110 byte[] bytes = parcelW.marshall(); in testNetworkSelectionStatusParcel()
DWifiNetworkSuggestionTest.java327 byte[] bytes = parcelW.marshall(); in testWifiNetworkSuggestionParcel()
DWifiNetworkAgentSpecifierTest.java61 byte[] bytes = parcelW.marshall(); in testWifiNetworkAgentSpecifierParcel()
/frameworks/base/tests/net/java/android/net/ipmemorystore/
DParcelableTests.java111 final byte[] marshalledData = p.marshall(); in parcelingRoundTrip()
/frameworks/base/wifi/tests/src/android/net/wifi/aware/
DWifiAwareAgentNetworkSpecifierTest.java55 byte[] bytes = parcelW.marshall(); in testParcel()
DWifiAwareManagerTest.java703 byte[] bytes = parcelW.marshall(); in testConfigRequestParcel()
796 byte[] bytes = parcelW.marshall(); in testSubscribeConfigParcel()
888 byte[] bytes = parcelW.marshall(); in testPublishConfigParcel()
1556 byte[] bytes = parcelW.marshall(); in testWifiAwareNetworkSpecifierParcel()
1583 byte[] bytes = parcelW.marshall(); in testWifiAwareNetworkCapabilitiesParcel()
1609 byte[] bytes = parcelW.marshall(); in testParcelablePeerHandleParcel()
/frameworks/base/services/core/java/com/android/server/accounts/
DCryptoHelper.java60 byte[] clearBytes = parcel.marshall(); in encryptBundle()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceUserInfoTest.java95 byte[] data = out.marshall(); in testParcelUnparcelUserInfo()
/frameworks/base/wifi/java/android/net/wifi/aware/
DWifiAwareAgentNetworkSpecifier.java173 byte[] bytes = parcel.marshall(); in convert()
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DAmbientBrightnessDayStatsTest.java104 byte[] parceled = parcel.marshall(); in testParcelUnparcelAmbientBrightnessDayStats()
/frameworks/base/location/tests/locationtests/src/android/location/
DLocationTest.java243 byte[] rawBytes = parcel.marshall(); in testParcel()
/frameworks/base/core/tests/coretests/src/android/os/
DParcelNullabilityTest.java386 byte[] bytes = p.marshall(); in throughBytes()
/frameworks/base/services/core/java/com/android/server/am/
DProcessStatsService.java308 stream.write(data.marshall()); in performWriteState()
534 return current.marshall();
674 final byte[] outData = current.marshall();

12