Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java245 public static Uri buildConvoContactsUri(String authority) { in buildConvoContactsUri() method in BluetoothMapContract
257 public static Uri buildConvoContactsUri(String authority, String accountId) { in buildConvoContactsUri() method in BluetoothMapContract
DBluetoothMapIMProvider.java165 newUri = BluetoothMapContract.buildConvoContactsUri(mAuthority); in onContactChanged()
169 newUri = BluetoothMapContract.buildConvoContactsUri(mAuthority,accountId); in onContactChanged()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapIMContentTest.java116 …BluetoothMapContract.buildConvoContactsUri("info.guardianproject.otr.app.im.provider.bluetoothprov… in dumpImContactsTable()