Home
last modified time | relevance | path

Searched refs:AccountColumns (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java363 public interface AccountColumns { interface in BluetoothMapContract
1058 AccountColumns._ID, AccountColumns.ACCOUNT_DISPLAY_NAME, AccountColumns.FLAG_EXPOSE,
1066 AccountColumns._ID,
1067 AccountColumns.ACCOUNT_DISPLAY_NAME,
1068 AccountColumns.FLAG_EXPOSE,
1069 AccountColumns.ACCOUNT_UCI,
1070 AccountColumns.ACCOUNT_UCI_PREFIX
DBluetoothMapIMProvider.java537 String accountId = values.getAsString(BluetoothMapContract.AccountColumns._ID); in update()
542 values.getAsInteger(BluetoothMapContract.AccountColumns.FLAG_EXPOSE); in update()
DBluetoothMapEmailProvider.java636 String accountId = values.getAsString(BluetoothMapContract.AccountColumns._ID); in update()
641 values.getAsInteger(BluetoothMapContract.AccountColumns.FLAG_EXPOSE); in update()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAccountLoader.java194 BluetoothMapContract.AccountColumns._ID + " DESC"); in parseAccounts()
202 BluetoothMapContract.AccountColumns._ID + " DESC"); in parseAccounts()
224 int idIndex = c.getColumnIndex(BluetoothMapContract.AccountColumns._ID); in parseAccounts()
226 c.getColumnIndex(BluetoothMapContract.AccountColumns.ACCOUNT_DISPLAY_NAME); in parseAccounts()
227 int exposeIndex = c.getColumnIndex(BluetoothMapContract.AccountColumns.FLAG_EXPOSE); in parseAccounts()
228 int uciIndex = c.getColumnIndex(BluetoothMapContract.AccountColumns.ACCOUNT_UCI); in parseAccounts()
230 c.getColumnIndex(BluetoothMapContract.AccountColumns.ACCOUNT_UCI_PREFIX); in parseAccounts()
DBluetoothMapSettingsAdapter.java326 values.put(BluetoothMapContract.AccountColumns.FLAG_EXPOSE, ((account.mIsChecked) ? 1 : 0)); in updateAccount()
327 values.put(BluetoothMapContract.AccountColumns._ID, account.getId()); // get title in updateAccount()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapapi/
DBluetoothMapEmailProviderTest.java316 values.put(BluetoothMapContract.AccountColumns._ID, ACCOUNT_ID); in update_forAccountUri_success()
317 values.put(BluetoothMapContract.AccountColumns.FLAG_EXPOSE, flagValue); in update_forAccountUri_success()
DBluetoothMapIMProviderTest.java363 values.put(BluetoothMapContract.AccountColumns._ID, ACCOUNT_ID); in update_forAccountUri_success()
364 values.put(BluetoothMapContract.AccountColumns.FLAG_EXPOSE, flagValue); in update_forAccountUri_success()