Searched refs:CONTENT_VALUE_VISIBLE (Results 1 – 1 of 1) sorted by relevance
210 private static final ContentValues CONTENT_VALUE_VISIBLE = new ContentValues(); field in PickerDbFacade214 CONTENT_VALUE_VISIBLE.put(KEY_IS_VISIBLE, 1); in CONTENT_VALUE_VISIBLE.put()624 if (updateMedia(QB_MATCH_ID, CONTENT_VALUE_VISIBLE, updateArgs) == SUCCESS) { in promoteCloudMediaToVisible()697 database.updateWithOnConflict(TABLE_MEDIA, CONTENT_VALUE_VISIBLE, /* where */ null, in executeInternal()