Home
last modified time | relevance | path

Searched defs:getBytes (Results 1 – 25 of 34) 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.java51 public byte[] getBytes(ByteOrder byteOrder) { in getBytes() method in Bytes.Value
95 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/modules/AdServices/adservices/service-core/jni/java/com/android/adservices/ohttp/
DRecipientKeyInfo.java30 public abstract byte[] getBytes(); in getBytes() method in RecipientKeyInfo
DHkdfExpandResponse.java29 abstract byte[] getBytes(); in getBytes() method in HkdfExpandResponse
DHkdfExtractResponse.java29 abstract byte[] getBytes(); in getBytes() method in HkdfExtractResponse
DHpkeExportResponse.java29 abstract byte[] getBytes(); in getBytes() method in HpkeExportResponse
DEncapsulatedSharedSecret.java29 abstract byte[] getBytes(); in getBytes() method in EncapsulatedSharedSecret
/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/services/Car/car-lib/src/android/car/occupantconnection/
DPayload.java83 public byte[] getBytes() { in getBytes() method in Payload
/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.java71 public byte[] getBytes() { in getBytes() method in WifiSsid
/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
/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/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

12