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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppObserver.java 161 Uri uri = BluetoothMapContract.buildAccountUri(app.getProviderAuthority());
187 Uri uri = BluetoothMapContract.buildAccountUri(app.getProviderAuthority());
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapIMContentTest.java 134 BluetoothMapContract.buildAccountUri("info.guardianproject.otr.app.im.provider.bluetoothprovider"),
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 163 public static Uri buildAccountUri(String authority) {
    [all...]
BluetoothMapEmailProvider.java 244 newUri = BluetoothMapContract.buildAccountUri(mAuthority);
BluetoothMapIMProvider.java 110 newUri = BluetoothMapContract.buildAccountUri(mAuthority);

Completed in 40 milliseconds