Searched refs:ORGANIZATIONS (Results 1 – 1 of 1) sorted by relevance
83 private static final int ORGANIZATIONS = 4; field in LegacyApiSupport193 public static final String ORGANIZATIONS = "view_v1_organizations"; field329 matcher.addURI(authority, "organizations", ORGANIZATIONS); in matcher.addURI() argument577 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.ORGANIZATIONS + ";"); in createViews()578 db.execSQL("CREATE VIEW " + LegacyTables.ORGANIZATIONS + " AS SELECT " + in createViews()761 case ORGANIZATIONS: in insert()984 case ORGANIZATIONS: in update()1505 case ORGANIZATIONS: in delete()1598 case ORGANIZATIONS: in query()1599 qb.setTables(LegacyTables.ORGANIZATIONS + " organizations"); in query()[all …]