Home
last modified time | relevance | path

Searched refs:TABLE_ACCOUNT (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapapi/
DBluetoothMapContractTest.java39 "content://" + TEST_AUTHORITY + "/" + BluetoothMapContract.TABLE_ACCOUNT; in testBuildAccountUri()
51 + BluetoothMapContract.TABLE_ACCOUNT in testBuildAccountUriWithId()
DBluetoothMapEmailProviderTest.java203 .appendPath(BluetoothMapContract.TABLE_ACCOUNT) in query_forAccountUri()
291 .appendPath(BluetoothMapContract.TABLE_ACCOUNT) in update_whenSelectionIsNotNull()
311 .appendPath(BluetoothMapContract.TABLE_ACCOUNT) in update_forAccountUri_success()
DBluetoothMapIMProviderTest.java199 .appendPath(BluetoothMapContract.TABLE_ACCOUNT) in query_forAccountUri()
338 .appendPath(BluetoothMapContract.TABLE_ACCOUNT) in update_whenSelectionIsNotNull()
358 .appendPath(BluetoothMapContract.TABLE_ACCOUNT) in update_forAccountUri_success()
/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java160 .appendPath(TABLE_ACCOUNT) in buildAccountUri()
172 .appendPath(TABLE_ACCOUNT) in buildAccountUriwithId()
280 public static final String TABLE_ACCOUNT = "Account"; field in BluetoothMapContract
DBluetoothMapIMProvider.java66 mMatcher.addURI(mAuthority, BluetoothMapContract.TABLE_ACCOUNT, MATCH_ACCOUNT); in attachInfo()
536 if (table.equals(BluetoothMapContract.TABLE_ACCOUNT)) { in update()
DBluetoothMapEmailProvider.java93 mMatcher.addURI(mAuthority, BluetoothMapContract.TABLE_ACCOUNT, MATCH_ACCOUNT); in attachInfo()
635 if (table.equals(BluetoothMapContract.TABLE_ACCOUNT)) { in update()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAccountLoader.java185 Uri.parse(app.mBase_uri_no_account + "/" + BluetoothMapContract.TABLE_ACCOUNT); in parseAccounts()
DBluetoothMapSettingsAdapter.java324 Uri.parse(account.mBase_uri_no_account + "/" + BluetoothMapContract.TABLE_ACCOUNT); in updateAccount()