Searched refs:buildMessageUri (Results 1 – 5 of 5) sorted by relevance
64 Uri result = BluetoothMapContract.buildMessageUri(TEST_AUTHORITY); in testBuildMessageUri()78 Uri result = BluetoothMapContract.buildMessageUri(TEST_AUTHORITY, ACCOUNT_ID); in testBuildMessageUri_withAccountId()
627 expectedUri = BluetoothMapContract.buildMessageUri(AUTHORITY); in onMessageChanged()633 expectedUri = BluetoothMapContract.buildMessageUri(AUTHORITY, accountId); in onMessageChanged()
178 public static Uri buildMessageUri(String authority) { in buildMessageUri() method in BluetoothMapContract190 public static Uri buildMessageUri(String authority, String accountId) { in buildMessageUri() method in BluetoothMapContract
131 newUri = BluetoothMapContract.buildMessageUri(mAuthority); in onMessageChanged()134 newUri = BluetoothMapContract.buildMessageUri(mAuthority, accountId); in onMessageChanged()
276 newUri = BluetoothMapContract.buildMessageUri(mAuthority); in onMessageChanged()279 newUri = BluetoothMapContract.buildMessageUri(mAuthority, accountId); in onMessageChanged()