Home
last modified time | relevance | path

Searched refs:buildAccountUri (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppObserver.java159 Uri uri = BluetoothMapContract.buildAccountUri(app.getProviderAuthority()); in registerObserver()
185 Uri uri = BluetoothMapContract.buildAccountUri(app.getProviderAuthority()); in unregisterObserver()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java163 public static Uri buildAccountUri(String authority) { in buildAccountUri() method in BluetoothMapContract
DBluetoothMapEmailProvider.java242 newUri = BluetoothMapContract.buildAccountUri(mAuthority); in onAccountChanged()
DBluetoothMapIMProvider.java104 newUri = BluetoothMapContract.buildAccountUri(mAuthority); in onAccountChanged()