Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java187 public static Uri buildMessageUri(String authority) { in buildMessageUri() method in BluetoothMapContract
199 public static Uri buildMessageUri(String authority, String accountId) { in buildMessageUri() method in BluetoothMapContract
DBluetoothMapEmailProvider.java273 newUri = BluetoothMapContract.buildMessageUri(mAuthority); in onMessageChanged()
276 newUri = BluetoothMapContract.buildMessageUri(mAuthority, accountId); in onMessageChanged()
DBluetoothMapIMProvider.java132 newUri = BluetoothMapContract.buildMessageUri(mAuthority); in onMessageChanged()
135 newUri = BluetoothMapContract.buildMessageUri(mAuthority, accountId); in onMessageChanged()