Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 87) sorted by relevance

1234

/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
DVoicemailPayload.java22 private final byte[] bytes; field in VoicemailPayload
24 public VoicemailPayload(String mimeType, byte[] bytes) { in VoicemailPayload()
/packages/apps/CertInstaller/src/com/android/certinstaller/
DUtil.java47 static <T> T fromBytes(byte[] bytes) { in fromBytes()
59 static String toMd5(byte[] bytes) { in toMd5()
72 private static String toHexString(byte[] bytes, String separator) { in toHexString()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
DResultPayloadUtils.java38 public static <T> T unmarshall(byte[] bytes, Parcelable.Creator<T> creator) { in unmarshall()
46 private static Parcel unmarshall(byte[] bytes) { in unmarshall()
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
DNullInputStream.java202 public int read(byte[] bytes) throws IOException { in read()
219 public int read(byte[] bytes, int offset, int length) throws IOException { in read()
309 protected void processBytes(byte[] bytes, int offset, int length) { in processBytes()
/packages/apps/TV/src/com/android/tv/data/
DInternalDataUtils.java52 public static void deserializeInternalProviderData(byte[] bytes, Program.Builder builder) { in deserializeInternalProviderData()
102 byte[] bytes, RecordedProgram.Builder builder) { in deserializeInternalProviderData()
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DPhotosDeletionPreference.java51 public void updatePreferenceText(int items, long bytes) { in updatePreferenceText()
68 public void onFreeableChanged(int items, long bytes) { in onFreeableChanged()
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
DByteArrays.java35 public static String toHexString(byte[] bytes) { in toHexString()
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
DEncoderUtil.java358 public static String encodeB(byte[] bytes) { in encodeB()
401 public static String encodeQ(byte[] bytes, Usage usage) { in encodeQ()
513 int usedCharacters, Charset charset, byte[] bytes) { in encodeB()
536 private static int bEncodedLength(byte[] bytes) { in bEncodedLength()
541 int usedCharacters, Charset charset, byte[] bytes) { in encodeQ()
564 private static int qEncodedLength(byte[] bytes, Usage usage) { in qEncodedLength()
608 private static Encoding determineEncoding(byte[] bytes, Usage usage) { in determineEncoding()
/packages/apps/Dialer/java/com/android/dialer/contactphoto/
DBitmapUtil.java37 public static int getSmallerExtentFromBytes(byte[] bytes) { in getSmallerExtentFromBytes()
80 public static Bitmap decodeBitmapFromBytes(byte[] bytes, int sampleSize) { in decodeBitmapFromBytes()
/packages/apps/Bluetooth/src/com/android/bluetooth/util/
DNumberUtils.java34 public static int littleEndianByteArrayToInt(byte[] bytes) { in littleEndianByteArrayToInt()
/packages/apps/Camera2/src/com/android/camera/processing/memory/
DByteBufferDirectPool.java31 protected ByteBuffer create(Integer bytes) { in create()
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DQuotedPrintable.java39 public static final byte[] decodeQuotedPrintable(byte[] bytes) { in decodeQuotedPrintable()
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
DQuotedPrintable.java39 public static final byte[] decodeQuotedPrintable(byte[] bytes) { in decodeQuotedPrintable()
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DMediaBytes.java25 public MediaBytes(final String key, final byte[] bytes) { in MediaBytes()
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DByteBufferInputStream.java39 public int read(byte[] bytes, int off, int len) { in read()
/packages/apps/Camera2/src/com/android/camera/exif/
DByteBufferInputStream.java39 public int read(byte[] bytes, int off, int len) { in read()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DByteBufferInputStream.java39 public int read(byte[] bytes, int off, int len) { in read()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth.h58 bool isValidUtf(const char* bytes) const { in isValidUtf()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DFingerprint.java67 public Fingerprint(byte[] bytes) { in Fingerprint()
180 private static void appendHexFingerprint(StringBuilder sb, byte[] bytes) { in appendHexFingerprint()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDecodeUtils.java77 public static Bitmap decode(JobContext jc, byte[] bytes, Options options) { in decode()
81 public static Bitmap decode(JobContext jc, byte[] bytes, int offset, in decode()
90 public static void decodeBounds(JobContext jc, byte[] bytes, int offset, in decodeBounds()
199 JobContext jc, byte[] bytes, int offset, int length, in createBitmapRegionDecoder()
/packages/apps/Contacts/src/com/android/contacts/util/
DBitmapUtil.java40 public static int getSmallerExtentFromBytes(byte[] bytes) { in getSmallerExtentFromBytes()
81 public static Bitmap decodeBitmapFromBytes(byte[] bytes, int sampleSize) { in decodeBitmapFromBytes()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
DImagePersistWorker.java43 private final byte[] bytes; field in ImagePersistWorker
76 final byte[] bytes, in ImagePersistWorker()
/packages/apps/Nfc/nci/jni/
DNativeLlcpSocket.cpp120 ScopedByteArrayRO bytes(e, data); in nativeLlcpSocket_doSend() local
148 ScopedByteArrayRW bytes(e, origBuffer); in nativeLlcpSocket_doReceive() local
/packages/apps/LegacyCamera/src/com/android/camera/
DExif.java121 private static int pack(byte[] bytes, int offset, int length, in pack()
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DProxy.java80 int bytes = mInputStream.read(data, size - remainingSize, remainingSize); in onRead() local

1234