Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java166 .appendPath(TABLE_ACCOUNT) in buildAccountUri()
178 .appendPath(TABLE_ACCOUNT) in buildAccountUriwithId()
290 public static final String TABLE_ACCOUNT = "Account"; field in BluetoothMapContract
DBluetoothMapEmailProvider.java91 mMatcher.addURI(mAuthority, BluetoothMapContract.TABLE_ACCOUNT, MATCH_ACCOUNT); in attachInfo()
615 if (table.equals(BluetoothMapContract.TABLE_ACCOUNT)) { in update()
DBluetoothMapIMProvider.java69 mMatcher.addURI(mAuthority, BluetoothMapContract.TABLE_ACCOUNT, MATCH_ACCOUNT); in attachInfo()
512 if (table.equals(BluetoothMapContract.TABLE_ACCOUNT)) { in update()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAccountLoader.java171 Uri.parse(app.mBase_uri_no_account + "/" + BluetoothMapContract.TABLE_ACCOUNT); in parseAccounts()
DBluetoothMapSettingsAdapter.java320 Uri.parse(account.mBase_uri_no_account + "/" + BluetoothMapContract.TABLE_ACCOUNT); in updateAccount()