Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java169 public static final String EXTRA_MESSAGE_SENT_RESULT = "result"; field in BluetoothMapContentObserver
3073 int result = intent.getIntExtra(EXTRA_MESSAGE_SENT_RESULT, in onReceive()
3518 int result = intent.getIntExtra(EXTRA_MESSAGE_SENT_RESULT, Activity.RESULT_CANCELED); in handleMmsSendIntent()
DBluetoothMapService.java1099 intent.putExtra(BluetoothMapContentObserver.EXTRA_MESSAGE_SENT_RESULT, result); in onReceive()