Home
last modified time | relevance | path

Searched refs:buildMessageUri (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapapi/
DBluetoothMapContractTest.java64 Uri result = BluetoothMapContract.buildMessageUri(TEST_AUTHORITY); in testBuildMessageUri()
78 Uri result = BluetoothMapContract.buildMessageUri(TEST_AUTHORITY, ACCOUNT_ID); in testBuildMessageUri_withAccountId()
DBluetoothMapIMProviderTest.java627 expectedUri = BluetoothMapContract.buildMessageUri(AUTHORITY); in onMessageChanged()
633 expectedUri = BluetoothMapContract.buildMessageUri(AUTHORITY, accountId); in onMessageChanged()
/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java178 public static Uri buildMessageUri(String authority) { in buildMessageUri() method in BluetoothMapContract
190 public static Uri buildMessageUri(String authority, String accountId) { in buildMessageUri() method in BluetoothMapContract
DBluetoothMapIMProvider.java131 newUri = BluetoothMapContract.buildMessageUri(mAuthority); in onMessageChanged()
134 newUri = BluetoothMapContract.buildMessageUri(mAuthority, accountId); in onMessageChanged()
DBluetoothMapEmailProvider.java276 newUri = BluetoothMapContract.buildMessageUri(mAuthority); in onMessageChanged()
279 newUri = BluetoothMapContract.buildMessageUri(mAuthority, accountId); in onMessageChanged()