| /packages/modules/Wifi/framework/java/android/net/wifi/util/ |
| D | HexEncoding.java | 53 public static char[] encode(byte[] data) { in encode() method in HexEncoding 60 public static char[] encode(byte[] data, boolean upperCase) { in encode() method in HexEncoding 67 public static char[] encode(byte[] data, int offset, int len) { in encode() method in HexEncoding 74 private static char[] encode(byte[] data, int offset, int len, boolean upperCase) { in encode() method in HexEncoding
|
| /packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/ |
| D | EapSimAkaAttribute.java | 147 public abstract void encode(ByteBuffer byteBuffer); in encode() method in EapSimAkaAttribute 200 public void encode(ByteBuffer buffer) { in encode() method in EapSimAkaAttribute.EapSimAkaReservedBytesAttribute 251 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.EapSimAkaUnsupportedAttribute 295 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtVersionList 336 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtSelectedVersion 389 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtNonceMt 487 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtIdentity 567 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtRandSim 609 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtRandAka 641 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtPadding [all …]
|
| /packages/services/Car/tools/telemetry/lua-interpreter/ |
| D | json.lua | 102 encode = function(val, stack) function 112 function json.encode(val) function
|
| /packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ |
| D | DomainUtils.java | 60 public static byte[] encode(@NonNull final String domain) { in encode() method in DomainUtils 75 public static byte[] encode(@NonNull final String[] domains, boolean compression) { in encode() method in DomainUtils
|
| /packages/modules/common/tools/ |
| D | conv_classpaths_proto.py | 23 def encode(args): function
|
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/kanon/ |
| D | KeyAttestationCertificateChainRecord.java | 49 public byte[] encode() throws IOException { in encode() method in KeyAttestationCertificateChainRecord
|
| /packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/observations/ |
| D | IntegerEncoder.java | 52 public Observation encode(ImmutableList<EventRecordAndSystemProfile> events) { in encode() method in IntegerEncoder
|
| D | StringHistogramEncoder.java | 68 public Observation encode(ImmutableList<EventRecordAndSystemProfile> events) { in encode() method in StringHistogramEncoder
|
| D | PrivateIntegerEncoder.java | 60 public PrivateIndexObservation encode(EventVector eventVector, AggregateValue aggregateValue) { in encode() method in PrivateIntegerEncoder
|
| D | NonPrivateObservationGenerator.java | 50 Observation encode(ImmutableList<EventRecordAndSystemProfile> events); in encode() method
|
| D | PrivateObservationGenerator.java | 59 PrivateIndexObservation encode(EventVector eventVector, AggregateValue aggregateValue); in encode() method
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/ |
| D | BluetoothMapbMessageEmail.java | 60 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapbMessageEmail
|
| D | BluetoothMapbMessageSms.java | 78 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapbMessageSms
|
| D | BluetoothMapMessageListing.java | 95 public byte[] encode(boolean includeThreadId, String version) in encode() method in BluetoothMapMessageListing
|
| D | BluetoothMapConvoListing.java | 96 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapConvoListing
|
| /packages/modules/IPsec/src/java/com/android/internal/net/eap/message/mschapv2/ |
| D | EapMsChapV2TypeData.java | 83 public byte[] encode() { in encode() method in EapMsChapV2TypeData 185 public byte[] encode() { in encode() method in EapMsChapV2TypeData.EapMsChapV2ChallengeResponse 286 public byte[] encode() { in encode() method in EapMsChapV2TypeData.EapMsChapV2SuccessResponse 409 public byte[] encode() { in encode() method in EapMsChapV2TypeData.EapMsChapV2FailureResponse
|
| /packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/ |
| D | UwbComplexChannel.java | 65 public int encode() { in encode() method in UwbComplexChannel
|
| /packages/modules/Bluetooth/system/audio_hal_interface/ |
| D | hfp_client_interface_host.cc | 37 bool HfpClientInterface::ReleaseEncode(HfpClientInterface::Encode* encode) { in ReleaseEncode()
|
| /packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/ |
| D | Utility.java | 55 private static byte[] encode(Charset charset, String s) { in encode() method in Utility
|
| /packages/modules/Uwb/service/java/com/android/server/uwb/util/ |
| D | Hex.java | 51 public static String encode(byte[] bytes) { in encode() method in Hex
|
| /packages/modules/DnsResolver/ |
| D | ResolverStats.h | 64 inline void ResolverStats::encode(std::vector<int32_t>* out) const { in encode() function
|
| /packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/sdp/ |
| D | SdpMedia.java | 72 public String encode() { in encode() method in SdpMedia
|
| /packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/cpim/ |
| D | SimpleCpimMessage.java | 53 public String encode() { in encode() method in SimpleCpimMessage
|
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/ |
| D | AggregateCryptoConverter.java | 114 public static String encode(@NonNull String payload) { in encode() method in AggregateCryptoConverter
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
| D | BluetoothMapMessageListingElementTest.java | 132 public void encode() throws Exception { in encode() method in BluetoothMapMessageListingElementTest
|