Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppObserver.java161 Uri uri = BluetoothMapContract.buildAccountUri(app.getProviderAuthority()); in registerObserver()
187 Uri uri = BluetoothMapContract.buildAccountUri(app.getProviderAuthority()); in unregisterObserver()
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapIMContentTest.java134 …BluetoothMapContract.buildAccountUri("info.guardianproject.otr.app.im.provider.bluetoothprovider"), in dumpImAccountsTable()
/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java163 public static Uri buildAccountUri(String authority) { in buildAccountUri() method in BluetoothMapContract
DBluetoothMapEmailProvider.java244 newUri = BluetoothMapContract.buildAccountUri(mAuthority); in onAccountChanged()
DBluetoothMapIMProvider.java110 newUri = BluetoothMapContract.buildAccountUri(mAuthority); in onAccountChanged()