/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodSubtypeArray.java | 100 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/ |
D | WifiRttManagerTest.java | 152 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/ |
D | MarshalQueryableParcelable.java | 88 parcelContents = parcel.marshall(); in marshal() 166 int length = parcel.marshall().length; in calculateMarshalSize()
|
/frameworks/base/wifi/tests/src/android/net/wifi/p2p/ |
D | WifiP2pInfoTest.java | 72 byte[] bytes = parcelW.marshall(); in testParcelOperation()
|
D | WifiP2pDeviceListTest.java | 65 byte[] bytes = parcelW.marshall(); in testListOperations()
|
D | WifiP2pWfdInfoTest.java | 99 byte[] bytes = parcelW.marshall(); in testParcelOperation()
|
D | WifiP2pGroupTest.java | 81 byte[] bytes = parcelW.marshall(); in testSetterGetter()
|
D | WifiP2pConfigTest.java | 136 byte[] bytes = parcelW.marshall(); in testWifiP2pConfig()
|
D | WifiP2pGroupListTest.java | 101 byte[] bytes = parcelW.marshall(); in testListOperations()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/job/ |
D | JobStoreTest.java | 509 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/ |
D | TestUtils.java | 86 final byte[] marshalled = p.marshall(); in parcelingRoundTrip()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | ImsCallProfileTest.java | 95 byte[] parcelBytes = parcel.marshall(); in testExtrasCleanup()
|
/frameworks/base/wifi/tests/src/android/net/wifi/ |
D | WifiConfigurationTest.java | 68 byte[] bytes = parcelW.marshall(); in testWifiConfigurationParcel() 86 byte[] rebytes = parcelWW.marshall(); in testWifiConfigurationParcel() 110 byte[] bytes = parcelW.marshall(); in testNetworkSelectionStatusParcel()
|
D | WifiNetworkSuggestionTest.java | 327 byte[] bytes = parcelW.marshall(); in testWifiNetworkSuggestionParcel()
|
D | WifiNetworkAgentSpecifierTest.java | 61 byte[] bytes = parcelW.marshall(); in testWifiNetworkAgentSpecifierParcel()
|
/frameworks/base/tests/net/java/android/net/ipmemorystore/ |
D | ParcelableTests.java | 111 final byte[] marshalledData = p.marshall(); in parcelingRoundTrip()
|
/frameworks/base/wifi/tests/src/android/net/wifi/aware/ |
D | WifiAwareAgentNetworkSpecifierTest.java | 55 byte[] bytes = parcelW.marshall(); in testParcel()
|
D | WifiAwareManagerTest.java | 703 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/ |
D | CryptoHelper.java | 60 byte[] clearBytes = parcel.marshall(); in encryptBundle()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerServiceUserInfoTest.java | 95 byte[] data = out.marshall(); in testParcelUnparcelUserInfo()
|
/frameworks/base/wifi/java/android/net/wifi/aware/ |
D | WifiAwareAgentNetworkSpecifier.java | 173 byte[] bytes = parcel.marshall(); in convert()
|
/frameworks/base/core/tests/coretests/src/android/hardware/display/ |
D | AmbientBrightnessDayStatsTest.java | 104 byte[] parceled = parcel.marshall(); in testParcelUnparcelAmbientBrightnessDayStats()
|
/frameworks/base/location/tests/locationtests/src/android/location/ |
D | LocationTest.java | 243 byte[] rawBytes = parcel.marshall(); in testParcel()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | ParcelNullabilityTest.java | 386 byte[] bytes = p.marshall(); in throughBytes()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessStatsService.java | 308 stream.write(data.marshall()); in performWriteState() 534 return current.marshall(); 674 final byte[] outData = current.marshall();
|