Searched refs:COLUMN_VISIBILITY (Results 1 – 2 of 2) sorted by relevance
207 public static final String COLUMN_VISIBILITY = "visibility"; field in Downloads.Impl
838 values.put(Downloads.Impl.COLUMN_VISIBILITY, mNotificationVisibility); in toContentValues()1566 values.put(Downloads.Impl.COLUMN_VISIBILITY, (showNotification) ? in addCompletedDownload()