Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java1180 BluetoothMapContentObserver.EXTRA_MESSAGE_SENT_RESULT, result); in onReceive()
DBluetoothMapContentObserver.java178 public static final String EXTRA_MESSAGE_SENT_RESULT = "result"; field in BluetoothMapContentObserver
3862 intent.getIntExtra(EXTRA_MESSAGE_SENT_RESULT, Activity.RESULT_CANCELED); in onReceive()
4323 int result = intent.getIntExtra(EXTRA_MESSAGE_SENT_RESULT, Activity.RESULT_CANCELED); in handleMmsSendIntent()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java2116 BluetoothMapContentObserver.EXTRA_MESSAGE_SENT_RESULT, in handleMmsSendIntent_withActivityResultOk()
2135 BluetoothMapContentObserver.EXTRA_MESSAGE_SENT_RESULT, in handleMmsSendIntent_withActivityResultFirstUser()