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.java172 public static final String EXTRA_MESSAGE_SENT_RESULT = "result"; field in BluetoothMapContentObserver
3284 intent.getIntExtra(EXTRA_MESSAGE_SENT_RESULT, Activity.RESULT_CANCELED); in onReceive()
3731 int result = intent.getIntExtra(EXTRA_MESSAGE_SENT_RESULT, Activity.RESULT_CANCELED); in handleMmsSendIntent()
DBluetoothMapService.java1152 intent.putExtra(BluetoothMapContentObserver.EXTRA_MESSAGE_SENT_RESULT, in onReceive()