Searched refs:GroupAccountQuery (Results 1 – 1 of 1) sorted by relevance
4275 private interface GroupAccountQuery { interface in ContactsProvider24324 final Cursor c = db.query(GroupAccountQuery.TABLE, GroupAccountQuery.COLUMNS, in updateGroups()4330 final long groupId = c.getLong(GroupAccountQuery.ID); in updateGroups()4335 ? updatedAccountName : c.getString(GroupAccountQuery.ACCOUNT_NAME); in updateGroups()4337 ? updatedAccountType : c.getString(GroupAccountQuery.ACCOUNT_TYPE); in updateGroups()4339 ? updatedDataSet : c.getString(GroupAccountQuery.DATA_SET); in updateGroups()