Searched refs:DATA_RESTRICTED (Results 1 – 1 of 1) sorted by relevance
193 public static final String DATA_RESTRICTED = "view_data_restricted"; field1044 db.execSQL("DROP VIEW IF EXISTS " + Views.DATA_RESTRICTED + ";"); in createContactsViews()1125 db.execSQL("CREATE VIEW " + Views.DATA_RESTRICTED + " AS " + dataSelect + " WHERE " in createContactsViews()1776 Views.DATA_ALL : Views.DATA_RESTRICTED; in getDataView()