Home
last modified time | relevance | path

Searched refs:buildMessageUriWithId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java158 public static Uri buildMessageUriWithId(String authority, String accountId,String messageId) { in buildMessageUriWithId() method in BluetoothMapContract
DBluetoothMapEmailProvider.java274 … newUri = BluetoothMapContract.buildMessageUriWithId(mAuthority,accountId, messageId); in onMessageChanged()