Home
last modified time | relevance | path

Searched refs:ALLOWED_COLUMNS (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DVoicemailContentTable.java61 public static final ImmutableSet<String> ALLOWED_COLUMNS = new ImmutableSet.Builder<String>() field in VoicemailContentTable
286 checkForSupportedColumns(ALLOWED_COLUMNS, values, "Updates are not allowed."); in update()
DDbModifierWithNotification.java259 if (VoicemailContentTable.ALLOWED_COLUMNS.contains(key)) { in isUpdatingVoicemailColumns()