Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java303 public static final String FLAG_EXPOSE = "flag_expose"; field
543 AccountColumns.FLAG_EXPOSE,
DBluetoothMapEmailProvider.java596 … Integer exposeFlag = values.getAsInteger(BluetoothMapContract.AccountColumns.FLAG_EXPOSE); in update()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapEmailSettingsLoader.java165 …hild.mIsChecked = (c.getInt(c.getColumnIndex(BluetoothMapContract.AccountColumns.FLAG_EXPOSE))!=0); in parseAccounts()
DBluetoothMapEmailSettingsAdapter.java312 …values.put(BluetoothMapContract.AccountColumns.FLAG_EXPOSE, ((account.mIsChecked)?1:0)); // get ti… in updateAccount()