Searched refs:exposeFlag (Results 1 – 3 of 3) sorted by relevance
596 … Integer exposeFlag = values.getAsInteger(BluetoothMapContract.AccountColumns.FLAG_EXPOSE); in update() local597 if(exposeFlag == null){ in update()600 return updateAccount(accountId, exposeFlag); in update()
502 Integer exposeFlag = values.getAsInteger( in update() local504 if(exposeFlag == null){ in update()507 return updateAccount(accountId, exposeFlag); in update()
496 int exposeFlag = c.getInt( in testAccountUpdate() local500 if(exposeFlag == 1) { in testAccountUpdate()