Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapapi/
DBluetoothMapContractTest.java132 Uri result = BluetoothMapContract.buildConvoContactsUri(TEST_AUTHORITY); in testBuildConvoContactsUri()
146 Uri result = BluetoothMapContract.buildConvoContactsUri(TEST_AUTHORITY, ACCOUNT_ID); in testBuildConvoContactsUri_withAccountId()
DBluetoothMapIMProviderTest.java595 expectedUri = BluetoothMapContract.buildConvoContactsUri(AUTHORITY); in onContactChanged()
601 expectedUri = BluetoothMapContract.buildConvoContactsUri(AUTHORITY, accountId); in onContactChanged()
/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java243 public static Uri buildConvoContactsUri(String authority) { in buildConvoContactsUri() method in BluetoothMapContract
255 public static Uri buildConvoContactsUri(String authority, String accountId) { in buildConvoContactsUri() method in BluetoothMapContract
DBluetoothMapIMProvider.java170 newUri = BluetoothMapContract.buildConvoContactsUri(mAuthority); in onContactChanged()
173 newUri = BluetoothMapContract.buildConvoContactsUri(mAuthority, accountId); in onContactChanged()