Home
last modified time | relevance | path

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

12

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
DTextInfoCompatUtilsTests.java77 assertTrue(Arrays.equals(marshall(expectedSpanned), marshall(actualCharSequence))); in testGetCharSequence()
81 private static byte[] marshall(final CharSequence cahrSequence) { in marshall() method in TextInfoCompatUtilsTests
86 return parcel.marshall(); in marshall()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/rtt/
DWifiRttManagerTest.java160 byte[] bytes = parcelW.marshall(); in testRangingRequestParcel()
362 byte[] bytes = parcelW.marshall(); in testRangingResultsParcel()
378 bytes = parcelW.marshall(); in testRangingResultsParcel()
428 byte[] bytes = parcelW.marshall(); in testResponderConfigParcel()
445 bytes = parcelW.marshall(); in testResponderConfigParcel()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
DResultPayloadUtils.java30 public static byte[] marshall(ResultPayload payload) { in marshall() method in ResultPayloadUtils
33 byte[] bytes = parcel.marshall(); in marshall()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DParcelables.java50 final byte[] data = write.marshall(); in parcel()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/
DWifiP2pInfoTest.java72 byte[] bytes = parcelW.marshall(); in testParcelOperation()
DWifiP2pDeviceListTest.java65 byte[] bytes = parcelW.marshall(); in testListOperations()
DWifiP2pGroupTest.java81 byte[] bytes = parcelW.marshall(); in testSetterGetter()
DWifiP2pConfigTest.java149 byte[] bytes = parcelW.marshall(); in testWifiP2pConfig()
DWifiP2pWfdInfoTest.java136 byte[] bytes = parcelW.marshall(); in testParcelOperation()
DWifiP2pGroupListTest.java101 byte[] bytes = parcelW.marshall(); in testListOperations()
/packages/apps/Dialer/java/com/android/contacts/common/widget/
DSelectPhoneAccountDialogOptionsUtil.java61 entryBuilder.setUserHandle(ByteString.copyFrom(parcel.marshall())); in setPhoneAccountHandle()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/
DWifiAwareManagerTest.java768 byte[] bytes = parcelW.marshall(); in testConfigRequestParcel()
861 byte[] bytes = parcelW.marshall(); in testSubscribeConfigParcel()
953 byte[] bytes = parcelW.marshall(); in testPublishConfigParcel()
1621 byte[] bytes = parcelW.marshall(); in testWifiAwareNetworkSpecifierParcel()
1648 byte[] bytes = parcelW.marshall(); in testWifiAwareNetworkCapabilitiesParcel()
1674 byte[] bytes = parcelW.marshall(); in testParcelablePeerHandleParcel()
DWifiAwareAgentNetworkSpecifierTest.java55 byte[] bytes = parcelW.marshall(); in testParcel()
/packages/modules/ExtServices/java/src/android/ext/services/displayhash/
DHmacKeyManager.java88 byte[] bytes = parcel.marshall(); in convertToBytes()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DSoftApCapabilityTest.java74 byte[] bytes = parcelW.marshall(); in testParcelOperation()
DSoftApInfoTest.java74 byte[] bytes = parcelW.marshall(); in testParcelOperation()
DWifiNetworkAgentSpecifierTest.java56 byte[] bytes = parcelW.marshall(); in testWifiNetworkAgentSpecifierParcel()
/packages/services/Car/car-lib/src/android/car/content/pm/
DCarAppBlockingPolicy.java83 byte[] payload = payloadParcel.marshall(); in writeToParcel()
/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/data/
DSeriesRecordingTest.java82 byte[] bytes = p1.marshall(); in testParcelable()
/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DWifiAwareAgentNetworkSpecifier.java166 byte[] bytes = parcel.marshall(); in convert()
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/core/
DSearchResultsProviderTest.java118 byte[] bytes = parcel.marshall(); in bitmapToByteArray()
/packages/modules/Connectivity/tests/unit/java/android/net/ipmemorystore/
DParcelableTests.java133 final byte[] marshalledData = p.marshall(); in parcelingRoundTrip()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
DIndexData.java97 payload = builder.mPayload != null ? ResultPayloadUtils.marshall(builder.mPayload) in IndexData()
/packages/apps/TV/tests/robotests/src/com/android/tv/data/
DProgramTest.java138 byte[] bytes = p1.marshall(); in testParcelable()
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/toolbar/
DSearchWidescreenController.java436 byte[] bytes = parcel.marshall();

12