Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java2463 Uri uriInsert = Uri.parse(emailBaseUri + BluetoothMapContract.TABLE_MESSAGE); in pushMessage() local
2464 if (D) Log.d(TAG, "pushMessage - uriInsert= " + uriInsert.toString() + in pushMessage()
2472 Uri uriNew = mProviderClient.insert(uriInsert, values); in pushMessage()