Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java252 public static Uri buildConvoContactsUri(String authority) { in buildConvoContactsUri() method in BluetoothMapContract
264 public static Uri buildConvoContactsUri(String authority, String accountId) { in buildConvoContactsUri() method in BluetoothMapContract
DBluetoothMapIMProvider.java164 newUri = BluetoothMapContract.buildConvoContactsUri(mAuthority); in onContactChanged()
167 newUri = BluetoothMapContract.buildConvoContactsUri(mAuthority, accountId); in onContactChanged()