Searched refs:ORGANIZATIONS (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java81 private static final int ORGANIZATIONS = 4; field in class:LegacyApiSupport
213 public static final String ORGANIZATIONS = "view_v1_organizations"; field in interface:LegacyApiSupport.LegacyTables
349 matcher.addURI(authority, "organizations", ORGANIZATIONS);
604 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.ORGANIZATIONS + ";");
605 db.execSQL("CREATE VIEW " + LegacyTables.ORGANIZATIONS + " AS SELECT " +
788 case ORGANIZATIONS:
1010 case ORGANIZATIONS:
1566 case ORGANIZATIONS:
1659 case ORGANIZATIONS:
1660 qb.setTables(LegacyTables.ORGANIZATIONS
[all...]

Completed in 72 milliseconds