Home
last modified time | relevance | path

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

12

/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DTlvUtil.java23 public static final byte[] getBytes(byte data) { in getBytes() method in TlvUtil
28 public static final byte[] getBytes(short data) { in getBytes() method in TlvUtil
40 public static final byte[] getBytes(int data) { in getBytes() method in TlvUtil
52 public static final byte[] getBytes(long data) { in getBytes() method in TlvUtil
72 public static final byte[] getBytes(int data, int start, int length) { in getBytes() method in TlvUtil
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DBytes.java50 public byte[] getBytes(ByteOrder byteOrder) { in getBytes() method in Bytes.Value
93 public byte[] getBytes() { in getBytes() method in Bytes
DHandshakeHandler.java351 abstract byte[] getBytes(); in getBytes() method in HandshakeHandler.HandshakeMessage
369 byte[] getBytes() { in getBytes() method in HandshakeHandler.KeyBasedPairingRequest
444 byte[] getBytes() { in getBytes() method in HandshakeHandler.ActionOverBle
DLtv.java81 public byte[] getBytes() { in getBytes() method in Ltv
/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/services/Car/service/src/com/android/car/telemetry/util/
DMetricsReportProtoUtils.java43 public static byte[] getBytes(PersistableBundle bundle) { in getBytes() method in MetricsReportProtoUtils
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/users/
DRestrictedProfilePinStorageTest.java257 private byte[] getBytes(String s) { in getBytes() method in RestrictedProfilePinStorageTest
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiSsid.java77 public byte[] getBytes() { in getBytes() method in WifiSsid
/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/tests/src/com/android/messaging/util/
DFakeBuglePrefs.java48 public byte[] getBytes(String key) { in getBytes() method in FakeBuglePrefs
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/block/read/
DBlockData.java88 public byte[] getBytes(int byteOffset, int byteCount) { in getBytes() method in BlockData
/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/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/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/modules/StatsD/framework/java/android/util/
DStatsEvent.java275 public byte[] getBytes() { in getBytes() method in StatsEvent
867 private byte[] getBytes() { in getBytes() method in StatsEvent.Buffer
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/ble/
DBleRecord.java180 public byte[] getBytes() { in getBytes() method in BleRecord
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DScanRecord.java436 public byte[] getBytes() { in getBytes() method in ScanRecord
/packages/services/Car/service/src/com/android/car/telemetry/
DCarTelemetryService.java601 private byte[] getBytes(@Nullable TelemetryProto.TelemetryError error) { in getBytes() method in CarTelemetryService

12