OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:view_v1_groups
(Results
1 - 2
of
2
) sorted by null
/packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql
160
CREATE VIEW
view_v1_groups
AS SELECT groups._id AS _id, accounts.account_name, accounts.account_type, title AS name, notes AS notes , system_id AS system_id FROM groups JOIN accounts ON (groups.account_id=accounts._id);
view
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java
212
public static final String GROUPS = "
view_v1_groups
";
[
all
...]
Completed in 1919 milliseconds