Searched refs:EXTENSIONS (Results 1 – 1 of 1) sorted by relevance
91 private static final int EXTENSIONS = 14; field in LegacyApiSupport216 public static final String EXTENSIONS = "view_v1_extensions"; field290 matcher.addURI(authority, "extensions", EXTENSIONS); in matcher.addURI() argument680 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.EXTENSIONS + ";"); in createViews()681 db.execSQL("CREATE VIEW " + LegacyTables.EXTENSIONS + " AS SELECT " + in createViews()817 case EXTENSIONS: { in insert()1029 case EXTENSIONS: in update()1579 case EXTENSIONS: in delete()1775 case EXTENSIONS: in query()1776 qb.setTables(LegacyTables.EXTENSIONS + " extensions"); in query()[all …]