/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/ |
D | TextInfoCompatUtilsTests.java | 77 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/ |
D | WifiRttManagerTest.java | 160 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/ |
D | ResultPayloadUtils.java | 30 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/ |
D | Parcelables.java | 50 final byte[] data = write.marshall(); in parcel()
|
/packages/modules/Wifi/framework/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 | WifiP2pGroupTest.java | 81 byte[] bytes = parcelW.marshall(); in testSetterGetter()
|
D | WifiP2pConfigTest.java | 149 byte[] bytes = parcelW.marshall(); in testWifiP2pConfig()
|
D | WifiP2pWfdInfoTest.java | 136 byte[] bytes = parcelW.marshall(); in testParcelOperation()
|
D | WifiP2pGroupListTest.java | 101 byte[] bytes = parcelW.marshall(); in testListOperations()
|
/packages/apps/Dialer/java/com/android/contacts/common/widget/ |
D | SelectPhoneAccountDialogOptionsUtil.java | 61 entryBuilder.setUserHandle(ByteString.copyFrom(parcel.marshall())); in setPhoneAccountHandle()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/ |
D | WifiAwareManagerTest.java | 768 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()
|
D | WifiAwareAgentNetworkSpecifierTest.java | 55 byte[] bytes = parcelW.marshall(); in testParcel()
|
/packages/modules/ExtServices/java/src/android/ext/services/displayhash/ |
D | HmacKeyManager.java | 88 byte[] bytes = parcel.marshall(); in convertToBytes()
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | SoftApCapabilityTest.java | 74 byte[] bytes = parcelW.marshall(); in testParcelOperation()
|
D | SoftApInfoTest.java | 74 byte[] bytes = parcelW.marshall(); in testParcelOperation()
|
D | WifiNetworkAgentSpecifierTest.java | 56 byte[] bytes = parcelW.marshall(); in testWifiNetworkAgentSpecifierParcel()
|
/packages/services/Car/car-lib/src/android/car/content/pm/ |
D | CarAppBlockingPolicy.java | 83 byte[] payload = payloadParcel.marshall(); in writeToParcel()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/data/ |
D | SeriesRecordingTest.java | 82 byte[] bytes = p1.marshall(); in testParcelable()
|
/packages/modules/Wifi/framework/java/android/net/wifi/aware/ |
D | WifiAwareAgentNetworkSpecifier.java | 166 byte[] bytes = parcel.marshall(); in convert()
|
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/core/ |
D | SearchResultsProviderTest.java | 118 byte[] bytes = parcel.marshall(); in bitmapToByteArray()
|
/packages/modules/Connectivity/tests/unit/java/android/net/ipmemorystore/ |
D | ParcelableTests.java | 133 final byte[] marshalledData = p.marshall(); in parcelingRoundTrip()
|
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/ |
D | IndexData.java | 97 payload = builder.mPayload != null ? ResultPayloadUtils.marshall(builder.mPayload) in IndexData()
|
/packages/apps/TV/tests/robotests/src/com/android/tv/data/ |
D | ProgramTest.java | 138 byte[] bytes = p1.marshall(); in testParcelable()
|
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/toolbar/ |
D | SearchWidescreenController.java | 436 byte[] bytes = parcel.marshall();
|