Searched defs:_SYNC_ACCOUNT (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyContactImporter.java249 static int _SYNC_ACCOUNT = 5; field in interface:LegacyContactImporter.GroupsQuery
302 String account = c.getString(GroupsQuery._SYNC_ACCOUNT);
380 static int _SYNC_ACCOUNT = 11; field in interface:LegacyContactImporter.PeopleQuery
558 String account = c.getString(PeopleQuery._SYNC_ACCOUNT);
1021 static int _SYNC_ACCOUNT = 3; field in interface:LegacyContactImporter.PhotosQuery
1073 String account = c.getString(PhotosQuery._SYNC_ACCOUNT);
1237 static int _SYNC_ACCOUNT = 1; field in interface:LegacyContactImporter.DeletedPeopleQuery
1272 String account = c.getString(DeletedPeopleQuery._SYNC_ACCOUNT);

Completed in 9 milliseconds