Home
last modified time | relevance | path

Searched defs:encodingType (Results 1 – 4 of 4) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeCertPayload.java75 protected IkeCertPayload(@CertificateEncoding int encodingType) { in IkeCertPayload()
79 protected IkeCertPayload(boolean critical, @CertificateEncoding int encodingType) { in IkeCertPayload()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipEncodingTest.java31 private void testParse(String input, int encodingType, String encodingStr, String propId, in testParse()
40 private void testParseMany(String[] inputs, int encodingType, String encodingStr, String propId, in testParseMany()
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DConfigParser.java99 public String encodingType = null; field in ConfigParser.MimeHeader
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapSmsPdu.java652 int encodingType = SmsConstants.ENCODING_UNKNOWN; in gsmParseSubmitPdu() local