Home
last modified time | relevance | path

Searched defs:getBytes (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
DVoicemailPayload.java29 public byte[] getBytes() { in getBytes() method in VoicemailPayload
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DImageResource.java47 public abstract byte[] getBytes(); in getBytes() method in ImageResource
DGifImageResource.java76 public byte[] getBytes() { in getBytes() method in GifImageResource
DEncodedImageResource.java64 public byte[] getBytes() { in getBytes() method in EncodedImageResource
DDecodedImageResource.java87 public byte[] getBytes() { in getBytes() method in DecodedImageResource
/packages/apps/Messaging/tests/src/com/android/messaging/util/
DFakeBuglePrefs.java48 public byte[] getBytes(String key) { in getBytes() method in FakeBuglePrefs
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DFingerprint.java149 public byte[] getBytes() { in getBytes() method in Fingerprint
DUtils.java163 public static byte[] getBytes(String in) { in getBytes() method in Utils
/packages/apps/Messaging/src/com/android/messaging/util/
DBuglePrefs.java104 public abstract byte[] getBytes(final String key); in getBytes() method in BuglePrefs
DBuglePrefsImpl.java75 public byte[] getBytes(String key) { in getBytes() method in BuglePrefsImpl
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
DCharsetUtil.java1032 "dummy".getBytes(JAVA_CHARSETS[i].canonical); in getBytes() method
/packages/apps/Camera2/src/com/android/camera/exif/
DExifTag.java836 protected void getBytes(byte[] buf) { in getBytes() method in ExifTag
850 protected void getBytes(byte[] buf, int offset, int length) { in getBytes() method in ExifTag
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifTag.java836 protected void getBytes(byte[] buf) { in getBytes() method in ExifTag
850 protected void getBytes(byte[] buf, int offset, int length) { in getBytes() method in ExifTag
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifTag.java836 protected void getBytes(byte[] buf) { in getBytes() method in ExifTag
850 protected void getBytes(byte[] buf, int offset, int length) { in getBytes() method in ExifTag
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DGalleryUtils.java121 public static byte[] getBytes(String in) { in getBytes() method in GalleryUtils
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduPersister.java1647 public static byte[] getBytes(final String data) { in getBytes() method in PduPersister