Searched defs:EXTRA_MESSAGE_SENT_MSG_TYPE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java170 public static final String EXTRA_MESSAGE_SENT_MSG_TYPE = "type"; field in class:BluetoothMapContentObserver
2673 sentIntent.putExtra(EXTRA_MESSAGE_SENT_MSG_TYPE, TYPE.MMS.ordinal());
3328 intent.getIntExtra(EXTRA_MESSAGE_SENT_MSG_TYPE, TYPE.NONE.ordinal()));
3498 intent.getIntExtra(EXTRA_MESSAGE_SENT_MSG_TYPE, TYPE.NONE.ordinal()));

Completed in 33 milliseconds