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