Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java447 TYPE smsType = null; in getSmsType() local
452 smsType = TYPE.SMS_CDMA; in getSmsType()
454 smsType = TYPE.SMS_GSM; in getSmsType()
457 return smsType; in getSmsType()