Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java117 .authority(authority).appendPath(TABLE_ACCOUNT).build(); in buildAccountUri()
127 .appendPath(TABLE_ACCOUNT) in buildAccountUriwithId()
182 public static final String TABLE_ACCOUNT = "Account"; field in BluetoothMapContract
DBluetoothMapEmailProvider.java94 mMatcher.addURI(mAuthority, BluetoothMapContract.TABLE_ACCOUNT, MATCH_ACCOUNT); in attachInfo()
591 if(table.equals(BluetoothMapContract.TABLE_ACCOUNT)) { in update()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapEmailSettingsLoader.java154 … Uri uri = Uri.parse(app.mBase_uri_no_account + "/" + BluetoothMapContract.TABLE_ACCOUNT); in parseAccounts()
DBluetoothMapEmailSettingsAdapter.java310 Uri uri = Uri.parse(account.mBase_uri_no_account+"/"+BluetoothMapContract.TABLE_ACCOUNT); in updateAccount()