Searched refs:attArgs (Results 1 – 1 of 1) sorted by relevance
987 String[] attArgs = {Long.toString(eventId)}; in query() local988 return cr.query(CONTENT_URI, projection, ATTENDEES_WHERE, attArgs /* selection args */, in query()