Searched defs:SMS_GSM (Results 1 - 3 of 3) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/ | ||
H A D | Bmessage.java | 168 EMAIL, SMS_GSM, SMS_CDMA, MMS enum constant in enum:Bmessage.Type |
H A D | Message.java | 144 } else if ("SMS_GSM".equals(s)) { 145 return Type.SMS_GSM; 333 UNKNOWN, EMAIL, SMS_GSM, SMS_CDMA, MMS enum constant in enum:Message.Type |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ | ||
H A D | BluetoothMapUtils.java | 104 NONE, EMAIL, SMS_GSM, SMS_CDMA, MMS, IM; enum constant in enum:BluetoothMapUtils.TYPE 279 case SMS_GSM: 315 case SMS_GSM: 373 return TYPE.SMS_GSM; |
Completed in 40 milliseconds