Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapSmsPdu.java496 case SmsMessage.ENCODING_UNKNOWN: in getEncodingString()
510 case SmsMessage.ENCODING_UNKNOWN: in getEncodingString()
668 int encodingType = SmsConstants.ENCODING_UNKNOWN; in gsmParseSubmitPdu()
769 case SmsConstants.ENCODING_UNKNOWN: in gsmParseSubmitPdu()
850 public static final int ENCODING_UNKNOWN = 0; field in BluetoothMapSmsPdu.SmsConstants
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapSmsPduTest.java237 TEST_DATA, SmsMessage.ENCODING_UNKNOWN, BluetoothMapSmsPdu.SMS_TYPE_GSM, 0); in getEncodingString()
266 SmsMessage.ENCODING_UNKNOWN, in getEncodingString()