Home
last modified time | relevance | path

Searched refs:GroupAccountQuery (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java4939 private interface GroupAccountQuery { interface in ContactsProvider2
4994 final Cursor c = db.query(GroupAccountQuery.TABLE, GroupAccountQuery.COLUMNS, in updateGroups()
5000 final long groupId = c.getLong(GroupAccountQuery.ID); in updateGroups()
5005 ? updatedAccountName : c.getString(GroupAccountQuery.ACCOUNT_NAME); in updateGroups()
5007 ? updatedAccountType : c.getString(GroupAccountQuery.ACCOUNT_TYPE); in updateGroups()
5009 ? updatedDataSet : c.getString(GroupAccountQuery.DATA_SET); in updateGroups()