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.java165 .authority(authority).appendPath(TABLE_ACCOUNT).build(); in buildAccountUri()
175 .appendPath(TABLE_ACCOUNT) in buildAccountUriwithId()
281 public static final String TABLE_ACCOUNT = "Account"; field in BluetoothMapContract
DBluetoothMapEmailProvider.java92 mMatcher.addURI(mAuthority, BluetoothMapContract.TABLE_ACCOUNT, MATCH_ACCOUNT); in attachInfo()
589 if(table.equals(BluetoothMapContract.TABLE_ACCOUNT)) { in update()
DBluetoothMapIMProvider.java69 mMatcher.addURI(mAuthority, BluetoothMapContract.TABLE_ACCOUNT, MATCH_ACCOUNT); in attachInfo()
491 if(table.equals(BluetoothMapContract.TABLE_ACCOUNT)) { in update()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAccountLoader.java167 + BluetoothMapContract.TABLE_ACCOUNT); in parseAccounts()
DBluetoothMapSettingsAdapter.java315 Uri uri = Uri.parse(account.mBase_uri_no_account+"/"+BluetoothMapContract.TABLE_ACCOUNT); in updateAccount()