| /packages/apps/Dialer/java/com/android/voicemail/impl/imap/ |
| D | VoicemailPayload.java | 22 private final byte[] bytes; field in VoicemailPayload 24 public VoicemailPayload(String mimeType, byte[] bytes) { in VoicemailPayload()
|
| /packages/apps/CertInstaller/src/com/android/certinstaller/ |
| D | Util.java | 45 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/ |
| D | ResultPayloadUtils.java | 38 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/ |
| D | TypedOutputStream.java | 91 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/ |
| D | NativeUtil.java | 248 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/ |
| D | InternalDataUtils.java | 55 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/ |
| D | PhotosDeletionPreference.java | 51 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/ |
| D | BitmapUtil.java | 37 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/ |
| D | NetlinkSocket.java | 66 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/ |
| D | ByteBufferDirectPool.java | 31 protected ByteBuffer create(Integer bytes) { in create()
|
| /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
| D | QuotedPrintable.java | 39 public static final byte[] decodeQuotedPrintable(byte[] bytes) { in decodeQuotedPrintable()
|
| /packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
| D | QuotedPrintable.java | 39 public static final byte[] decodeQuotedPrintable(byte[] bytes) { in decodeQuotedPrintable()
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/util/ |
| D | NumberUtils.java | 34 public static int littleEndianByteArrayToInt(byte[] bytes) { in littleEndianByteArrayToInt()
|
| /packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
| D | MediaBytes.java | 25 public MediaBytes(final String key, final byte[] bytes) { in MediaBytes()
|
| /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
| D | Fingerprint.java | 67 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/ |
| D | DecodeUtils.java | 77 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/ |
| D | ByteBufferInputStream.java | 39 public int read(byte[] bytes, int off, int len) { in read()
|
| /packages/apps/Bluetooth/jni/ |
| D | com_android_bluetooth.h | 56 bool isValidUtf(const char* bytes) const { in isValidUtf()
|
| /packages/modules/NeuralNetworks/common/ |
| D | TokenHasher.cpp | 39 bool TokenHasher::update(const void* bytes, size_t length) { in update()
|
| /packages/apps/Camera2/src/com/android/camera/exif/ |
| D | ByteBufferInputStream.java | 39 public int read(byte[] bytes, int off, int len) { in read()
|
| /packages/apps/Messaging/src/com/android/messaging/util/exif/ |
| D | ByteBufferInputStream.java | 39 public int read(byte[] bytes, int off, int len) { in read()
|
| /packages/apps/Contacts/src/com/android/contacts/util/ |
| D | BitmapUtil.java | 40 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/ |
| D | ImagePersistWorker.java | 43 private final byte[] bytes; field in ImagePersistWorker 76 final byte[] bytes, in ImagePersistWorker()
|
| /packages/services/Mtp/tests/src/com/android/mtp/ |
| D | TestMtpManager.java | 61 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/ |
| D | AliasLoaderTest.java | 144 private Certificate toCertificate(byte[] bytes) throws CertificateException { in toCertificate() 149 private Certificate[] toCertificateChain(byte[] bytes) throws CertificateException { in toCertificateChain()
|