Searched refs:ORGANIZATIONS (Results 1 – 1 of 1) sorted by relevance
81 private static final int ORGANIZATIONS = 4; field in LegacyApiSupport213 public static final String ORGANIZATIONS = "view_v1_organizations"; field349 matcher.addURI(authority, "organizations", ORGANIZATIONS); in matcher.addURI() argument604 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.ORGANIZATIONS + ";"); in createViews()605 db.execSQL("CREATE VIEW " + LegacyTables.ORGANIZATIONS + " AS SELECT " + in createViews()788 case ORGANIZATIONS: in insert()1011 case ORGANIZATIONS: in update()1564 case ORGANIZATIONS: in delete()1657 case ORGANIZATIONS: in query()1658 qb.setTables(LegacyTables.ORGANIZATIONS + " organizations"); in query()[all …]