Home
last modified time | relevance | path

Searched refs:ENCODING_KSC5601 (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapSmsPdu.java508 case SmsMessage.ENCODING_KSC5601: in getEncodingString()
746 encodingType = SmsConstants.ENCODING_KSC5601; in gsmParseSubmitPdu()
804 case SmsConstants.ENCODING_KSC5601: in gsmParseSubmitPdu()
857 public static final int ENCODING_KSC5601 = 4; field in BluetoothMapSmsPdu.SmsConstants
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapSmsPduTest.java258 SmsMessage.ENCODING_KSC5601, in getEncodingString()