Searched refs:EXTENSIONS (Results 1 – 1 of 1) sorted by relevance
91 private static final int EXTENSIONS = 14; field in LegacyApiSupport194 public static final String EXTENSIONS = "view_v1_extensions"; field268 matcher.addURI(authority, "extensions", EXTENSIONS); in matcher.addURI() argument651 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.EXTENSIONS + ";"); in createViews()652 db.execSQL("CREATE VIEW " + LegacyTables.EXTENSIONS + " AS SELECT " + in createViews()788 case EXTENSIONS: { in insert()1000 case EXTENSIONS: in update()1518 case EXTENSIONS: in delete()1714 case EXTENSIONS: in query()1715 qb.setTables(LegacyTables.EXTENSIONS + " extensions"); in query()[all …]