Searched refs:ALLOWED_COLUMNS (Results 1 – 2 of 2) sorted by relevance
61 public static final ImmutableSet<String> ALLOWED_COLUMNS = new ImmutableSet.Builder<String>() field in VoicemailContentTable286 checkForSupportedColumns(ALLOWED_COLUMNS, values, "Updates are not allowed."); in update()
259 if (VoicemailContentTable.ALLOWED_COLUMNS.contains(key)) { in isUpdatingVoicemailColumns()