Home
last modified time | relevance | path

Searched refs:encodingType (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipEncodingTest.java31 int encodingType, in testParse() argument
36 Assert.assertEquals(encodingType, encoding.getType()); in testParse()
44 int encodingType, in testParseMany() argument
49 testParse(input, encodingType, encodingStr, propId, isAndroidSupported); in testParseMany()
110 for (int encodingType : inputs) { in testCreateBasicEncoding()
111 BipEncoding encoding = new BipEncoding(encodingType, null); in testCreateBasicEncoding()
112 Assert.assertEquals(encodingType, encoding.getType()); in testCreateBasicEncoding()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapSmsPdu.java668 int encodingType = SmsConstants.ENCODING_UNKNOWN; in gsmParseSubmitPdu() local
690 encodingType = SmsConstants.ENCODING_7BIT; in gsmParseSubmitPdu()
694 encodingType = SmsConstants.ENCODING_16BIT; in gsmParseSubmitPdu()
709 encodingType = SmsConstants.ENCODING_8BIT; in gsmParseSubmitPdu()
718 encodingType = SmsConstants.ENCODING_7BIT; in gsmParseSubmitPdu()
721 encodingType = SmsConstants.ENCODING_8BIT; in gsmParseSubmitPdu()
733 encodingType = SmsConstants.ENCODING_16BIT; in gsmParseSubmitPdu()
735 encodingType = SmsConstants.ENCODING_7BIT; in gsmParseSubmitPdu()
746 encodingType = SmsConstants.ENCODING_KSC5601; in gsmParseSubmitPdu()
764 pdu.setEncoding(encodingType); in gsmParseSubmitPdu()
[all …]
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeCertPayload.java75 protected IkeCertPayload(@CertificateEncoding int encodingType) { in IkeCertPayload() argument
76 this(false /*critical*/, encodingType); in IkeCertPayload()
79 protected IkeCertPayload(boolean critical, @CertificateEncoding int encodingType) { in IkeCertPayload() argument
81 certEncodingType = encodingType; in IkeCertPayload()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DConfigParser.java99 public String encodingType = null; field in ConfigParser.MimeHeader
234 if (!TextUtils.equals(header.encodingType, ENCODING_BASE64)) { in parseMimeMultipartMessage()
235 throw new IOException("Unexpected encoding: " + header.encodingType); in parseMimeMultipartMessage()
274 if (!TextUtils.equals(header.encodingType, ENCODING_BASE64)) { in parseMimePart()
275 throw new IOException("Unexpected encoding type: " + header.encodingType); in parseMimePart()
333 header.encodingType = entry.getValue(); in parseHeaders()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt405 Landroid/net/wifi/hotspot2/ConfigParser$MimeHeader;->encodingType:Ljava/lang/String;