Home
last modified time | relevance | path

Searched defs:getBytes (Results 1 – 25 of 36) 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/AdServices/adservices/service-core/jni/java/com/android/adservices/ohttp/
DRecipientKeyInfo.java30 public abstract byte[] getBytes(); in getBytes() method in RecipientKeyInfo
DHkdfExtractResponse.java29 abstract byte[] getBytes(); in getBytes() method in HkdfExtractResponse
DGatewayEncryptResponse.java33 abstract byte[] getBytes(); in getBytes() method in GatewayEncryptResponse
DGatewayDecryptResponse.java33 abstract byte[] getBytes(); in getBytes() method in GatewayDecryptResponse
DHkdfExpandResponse.java29 abstract byte[] getBytes(); in getBytes() method in HkdfExpandResponse
DOhttpGatewayPrivateKey.java33 abstract byte[] getBytes(); in getBytes() method in OhttpGatewayPrivateKey
DHpkeExportResponse.java29 abstract byte[] getBytes(); in getBytes() method in HpkeExportResponse
DEncapsulatedSharedSecret.java32 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/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DDnsPacket.java198 public byte[] getBytes() { in getBytes() method in DnsPacket.DnsHeader
438 public byte[] getBytes() throws IOException { in getBytes() method in DnsPacket.DnsRecord
570 public @NonNull byte[] getBytes() throws IOException { in getBytes() method in DnsPacket
/packages/services/Car/service/src/com/android/car/telemetry/util/
DMetricsReportProtoUtils.java43 public static byte[] getBytes(PersistableBundle bundle) { in getBytes() method in MetricsReportProtoUtils
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/signature/
DThreadUnsafeByteArrayOutputStream.java42 public byte[] getBytes() { in getBytes() method in ThreadUnsafeByteArrayOutputStream
/packages/services/Car/car-lib/src/android/car/occupantconnection/
DPayload.java79 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/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/modules/GeoTZ/s2storage/src/readonly/java/com/android/storage/block/read/
DBlockData.java98 public byte[] getBytes(int byteOffset, int byteCount) { in getBytes() method in BlockData

12