Searched refs:marshall (Results 1 – 6 of 6) sorted by relevance
69 assertTrue(Arrays.equals(marshall(expectedSpanned), marshall(actualCharSequence))); in testGetCharSequence()73 private static byte[] marshall(final CharSequence cahrSequence) { in marshall() method in TextInfoCompatUtilsTests78 return parcel.marshall(); in marshall()
49 final byte[] result = p.marshall(); in toBlob()64 final byte[] result = p.marshall(); in listToBlob()
107 final byte[] result = p.marshall(); in toBlob()
85 byte[] payload = payloadParcel.marshall(); in writeToParcel()
79 final byte[] marshalled = p.marshall(); in MockConnection()
908 intent.putExtra(NotificationActionIntentService.EXTRA_NOTIFICATION_ACTION, out.marshall()); in putNotificationActionExtra()