Home
last modified time | relevance | path

Searched defs:getBytes (Results 1 – 25 of 40) 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
DHpkeExportResponse.java29 abstract byte[] getBytes(); in getBytes() method in HpkeExportResponse
DHkdfExpandResponse.java29 abstract byte[] getBytes(); in getBytes() method in HkdfExpandResponse
DOhttpGatewayPrivateKey.java33 abstract byte[] getBytes(); in getBytes() method in OhttpGatewayPrivateKey
DGatewayDecryptResponse.java33 abstract byte[] getBytes(); in getBytes() method in GatewayDecryptResponse
DEncapsulatedSharedSecret.java32 abstract byte[] getBytes(); in getBytes() method in EncapsulatedSharedSecret
/packages/modules/Nfc/libnfc-nci/src/fuzzers/integration/fakes/
Dnfc_config_fakes.cc21 std::vector<uint8_t> NfcConfig::getBytes(const std::string&) { in getBytes() function in NfcConfig
/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
/packages/modules/Nfc/libnfc-nci/utils/
Dconfig.cc88 std::vector<uint8_t> ConfigValue::getBytes() const { in getBytes() function in ConfigValue
185 std::vector<uint8_t> ConfigFile::getBytes(const std::string& key) { in getBytes() function in ConfigFile
/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/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
577 public @NonNull byte[] getBytes() throws IOException { in getBytes() method in DnsPacket
/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.java85 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/GeoTZ/s2storage/src/readonly/java/com/android/storage/block/read/
DTypedData.java66 byte[] getBytes(int byteOffset, int byteCount); in getBytes() method
/packages/modules/Nfc/libnfc-nci/src/adaptation/
Dnfc_config.cc128 std::vector<uint8_t> NfcConfig::getBytes(const std::string& key) { in getBytes() function in NfcConfig
/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

12