Searched refs:FLAG_EXPOSE (Results 1 – 4 of 4) sorted by relevance
303 public static final String FLAG_EXPOSE = "flag_expose"; field543 AccountColumns.FLAG_EXPOSE,
596 … Integer exposeFlag = values.getAsInteger(BluetoothMapContract.AccountColumns.FLAG_EXPOSE); in update()
165 …hild.mIsChecked = (c.getInt(c.getColumnIndex(BluetoothMapContract.AccountColumns.FLAG_EXPOSE))!=0); in parseAccounts()
312 …values.put(BluetoothMapContract.AccountColumns.FLAG_EXPOSE, ((account.mIsChecked)?1:0)); // get ti… in updateAccount()