HomeSort by relevance Sort by last modified time
    Searched refs:buildMessageUri (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapIMContentTest.java 56 BluetoothMapContract.buildMessageUri("info.guardianproject.otr.app.im.provider.bluetoothprovider"),
77 Uri uri = BluetoothMapContract.buildMessageUri("info.guardianproject.otr.app.im.provider.bluetoothprovider");
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 183 public static Uri buildMessageUri(String authority) {
194 public static Uri buildMessageUri(String authority, String accountId) {
    [all...]
BluetoothMapEmailProvider.java 268 newUri = BluetoothMapContract.buildMessageUri(mAuthority);
272 newUri = BluetoothMapContract.buildMessageUri(mAuthority,accountId);
BluetoothMapIMProvider.java 134 newUri = BluetoothMapContract.buildMessageUri(mAuthority);
138 newUri = BluetoothMapContract.buildMessageUri(mAuthority,accountId);

Completed in 46 milliseconds