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

  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 245 public static Uri buildConvoContactsUri(String authority) {
257 public static Uri buildConvoContactsUri(String authority, String accountId) {
    [all...]
BluetoothMapIMProvider.java 165 newUri = BluetoothMapContract.buildConvoContactsUri(mAuthority);
169 newUri = BluetoothMapContract.buildConvoContactsUri(mAuthority,accountId);
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapIMContentTest.java 116 BluetoothMapContract.buildConvoContactsUri("info.guardianproject.otr.app.im.provider.bluetoothprovider","1"),

Completed in 128 milliseconds