Home
last modified time | relevance | path

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

123456

/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.java45 static <T> T fromBytes(byte[] bytes) { in fromBytes()
57 static String toMd5(byte[] bytes) { in toMd5()
70 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/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/io/write/
DTypedOutputStream.java91 public void writeBytes(byte[] bytes) throws IOException { in writeBytes()
98 public void writeBytes(byte[] bytes, int off, int len) throws IOException { in writeBytes()
105 public void writeTinyByteArray(byte[] bytes) throws IOException { in writeTinyByteArray()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DNativeUtil.java248 public static String bytesToHexOrQuotedString(ArrayList<Byte> bytes) { in bytesToHexOrQuotedString()
302 public static ArrayList<Byte> byteArrayToArrayList(byte[] bytes) { in byteArrayToArrayList()
313 public static byte[] byteArrayFromArrayList(ArrayList<Byte> bytes) { in byteArrayFromArrayList()
341 public static String hexStringFromByteArray(byte[] bytes) { in hexStringFromByteArray()
/packages/apps/TV/src/com/android/tv/data/
DInternalDataUtils.java55 public static void deserializeInternalProviderData(byte[] bytes, ProgramImpl.Builder builder) { in deserializeInternalProviderData()
105 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/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/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
DNetlinkSocket.java66 final ByteBuffer bytes = recvMessage(fd, DEFAULT_RECV_BUFSIZE, IO_TIMEOUT); in sendOneShotKernelMessage() local
152 FileDescriptor fd, byte[] bytes, int offset, int count, long timeoutMs) in sendMessage()
/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/Bluetooth/src/com/android/bluetooth/util/
DNumberUtils.java34 public static int littleEndianByteArrayToInt(byte[] bytes) { in littleEndianByteArrayToInt()
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DMediaBytes.java25 public MediaBytes(final String key, final byte[] bytes) { in MediaBytes()
/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/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.h56 bool isValidUtf(const char* bytes) const { in isValidUtf()
/packages/modules/NeuralNetworks/common/
DTokenHasher.cpp39 bool TokenHasher::update(const void* bytes, size_t length) { in update()
/packages/apps/Camera2/src/com/android/camera/exif/
DByteBufferInputStream.java39 public int read(byte[] bytes, int off, int len) { in read()
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DByteBufferInputStream.java39 public int read(byte[] bytes, int off, int len) { in read()
/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/services/Mtp/tests/src/com/android/mtp/
DTestMtpManager.java61 void setImportFileBytes(int deviceId, int objectHandle, byte[] bytes) { in setImportFileBytes()
62 mImportFileBytes.put(pack(deviceId, objectHandle), bytes); in setImportFileBytes() local
69 void setThumbnail(int deviceId, int objectHandle, byte[] bytes) { in setThumbnail()
70 mThumbnailBytes.put(pack(deviceId, objectHandle), bytes); in setThumbnail() local
/packages/apps/KeyChain/robotests/src/com/android/keychain/
DAliasLoaderTest.java144 private Certificate toCertificate(byte[] bytes) throws CertificateException { in toCertificate()
149 private Certificate[] toCertificateChain(byte[] bytes) throws CertificateException { in toCertificateChain()

123456