Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapIMContentTest.java56 …BluetoothMapContract.buildMessageUri("info.guardianproject.otr.app.im.provider.bluetoothprovider"), in dumpImMessageTable()
77 …Uri uri = BluetoothMapContract.buildMessageUri("info.guardianproject.otr.app.im.provider.bluetooth… in insertImMessage()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java183 public static Uri buildMessageUri(String authority) { in buildMessageUri() method in BluetoothMapContract
194 public static Uri buildMessageUri(String authority, String accountId) { in buildMessageUri() method in BluetoothMapContract
DBluetoothMapEmailProvider.java268 newUri = BluetoothMapContract.buildMessageUri(mAuthority); in onMessageChanged()
272 newUri = BluetoothMapContract.buildMessageUri(mAuthority,accountId); in onMessageChanged()
DBluetoothMapIMProvider.java134 newUri = BluetoothMapContract.buildMessageUri(mAuthority); in onMessageChanged()
138 newUri = BluetoothMapContract.buildMessageUri(mAuthority,accountId); in onMessageChanged()