Searched refs:buildConvoContactsUri (Results 1 – 4 of 4) sorted by relevance
132 Uri result = BluetoothMapContract.buildConvoContactsUri(TEST_AUTHORITY); in testBuildConvoContactsUri()146 Uri result = BluetoothMapContract.buildConvoContactsUri(TEST_AUTHORITY, ACCOUNT_ID); in testBuildConvoContactsUri_withAccountId()
595 expectedUri = BluetoothMapContract.buildConvoContactsUri(AUTHORITY); in onContactChanged()601 expectedUri = BluetoothMapContract.buildConvoContactsUri(AUTHORITY, accountId); in onContactChanged()
243 public static Uri buildConvoContactsUri(String authority) { in buildConvoContactsUri() method in BluetoothMapContract255 public static Uri buildConvoContactsUri(String authority, String accountId) { in buildConvoContactsUri() method in BluetoothMapContract
170 newUri = BluetoothMapContract.buildConvoContactsUri(mAuthority); in onContactChanged()173 newUri = BluetoothMapContract.buildConvoContactsUri(mAuthority, accountId); in onContactChanged()