Searched refs:ORGANIZATIONS (Results 1 – 1 of 1) sorted by relevance
81 private static final int ORGANIZATIONS = 4; field in LegacyApiSupport191 public static final String ORGANIZATIONS = "view_v1_organizations"; field327 matcher.addURI(authority, "organizations", ORGANIZATIONS); in matcher.addURI() argument575 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.ORGANIZATIONS + ";"); in createViews()576 db.execSQL("CREATE VIEW " + LegacyTables.ORGANIZATIONS + " AS SELECT " + in createViews()759 case ORGANIZATIONS: in insert()982 case ORGANIZATIONS: in update()1503 case ORGANIZATIONS: in delete()1596 case ORGANIZATIONS: in query()1597 qb.setTables(LegacyTables.ORGANIZATIONS + " organizations"); in query()[all …]