Home
last modified time | relevance | path

Searched defs:encode (Results 1 – 25 of 29) sorted by relevance

12

/packages/modules/Wifi/framework/java/android/net/wifi/util/
DHexEncoding.java53 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/
DEapSimAkaAttribute.java134 public abstract void encode(ByteBuffer byteBuffer); in encode() method in EapSimAkaAttribute
187 public void encode(ByteBuffer buffer) { in encode() method in EapSimAkaAttribute.EapSimAkaReservedBytesAttribute
238 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.EapSimAkaUnsupportedAttribute
282 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtVersionList
323 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtSelectedVersion
376 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtNonceMt
474 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtIdentity
554 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtRandSim
596 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtRandAka
628 public void encode(ByteBuffer byteBuffer) { in encode() method in EapSimAkaAttribute.AtPadding
[all …]
DEapSimAkaTypeData.java73 public byte[] encode() { in encode() method in EapSimAkaTypeData
/packages/modules/common/tools/
Dconv_classpaths_proto.py23 def encode(args): function
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageEmail.java56 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapbMessageEmail
DBluetoothMapbMessageSms.java78 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapbMessageSms
DBluetoothMapMessageListing.java91 public byte[] encode(boolean includeThreadId, String version) in encode() method in BluetoothMapMessageListing
DBluetoothMapConvoListing.java92 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapConvoListing
DBluetoothMapbMessageMime.java80 public void encode(StringBuilder sb, String boundaryTag, boolean last) in encode() method in BluetoothMapbMessageMime.MimePart
822 public byte[] encode() throws UnsupportedEncodingException { in encode() method in BluetoothMapbMessageMime
DBluetoothMapbMessage.java213 public void encode(StringBuilder sb) { in encode() method in BluetoothMapbMessage.VCard
809 public abstract byte[] encode() throws UnsupportedEncodingException; in encode() method in BluetoothMapbMessage
DBluetoothMapFolderElement.java267 public byte[] encode(int offset, int count) throws UnsupportedEncodingException { in encode() method in BluetoothMapFolderElement
DBluetoothMapConvoContactElement.java196 public void encode(XmlSerializer xmlConvoElement) in encode() method in BluetoothMapConvoContactElement
DBluetoothMapConvoListingElement.java261 public void encode(XmlSerializer xmlConvoElement) in encode() method in BluetoothMapConvoListingElement
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utils/
DUtility.java55 private static byte[] encode(Charset charset, String s) { in encode() method in Utility
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/mschapv2/
DEapMsChapV2TypeData.java83 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/DnsResolver/
DResolverStats.h64 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/
DSdpMedia.java72 public String encode() { in encode() method in SdpMedia
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/protocol/cpim/
DSimpleCpimMessage.java53 public String encode() { in encode() method in SimpleCpimMessage
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dprobability_entry.h100 uint64_t encode(const bool hasHistoricalInfo) const { in encode() function
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/
DEapMessage.java173 public byte[] encode() { in encode() method in EapMessage
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/ttls/
DEapTtlsTypeData.java160 public byte[] encode() { in encode() method in EapTtlsTypeData
DEapTtlsAvp.java139 public byte[] encode() { in encode() method in EapTtlsAvp
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeMessage.java215 public byte[] encode() { in encode() method in IkeMessage
367 byte[] encode(IkeMessage ikeMessage); in encode() method
424 public byte[] encode(IkeMessage ikeMessage) { in encode() method in IkeMessage.IkeMessageHelper
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DPinnedAppsAdapter.java200 private String encode(ComponentKey key) { in encode() method in PinnedAppsAdapter
/packages/apps/TV/src/com/android/tv/data/
DWatchedHistoryManager.java283 String encode(WatchedRecord record) { in encode() method in WatchedHistoryManager

12