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.java462 TYPE smsType = null; in getSmsType() local
467 smsType = TYPE.SMS_CDMA; in getSmsType()
469 smsType = TYPE.SMS_GSM; in getSmsType()
472 return smsType; in getSmsType()