Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java3190 private static final Uri UPDATE_STATUS_URI = Uri.withAppendedPath(Sms.CONTENT_URI, "/status"); field in BluetoothMapContentObserver
3334 Uri updateUri = ContentUris.withAppendedId(UPDATE_STATUS_URI, messageId); in actionMessageDelivery()