Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java166 private static final String ACTION_MESSAGE_DELIVERY = field in BluetoothMapContentObserver
3198 intentDelivery = new Intent(ACTION_MESSAGE_DELIVERY, null); in sendMessage()
3251 intentFilter.addAction(ACTION_MESSAGE_DELIVERY); in register()
3300 } else if (action.equals(ACTION_MESSAGE_DELIVERY)) { in onReceive()