Searched refs:systemId (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java1655 String systemId = uri.getPathSegments().get(2);
1656 qb.appendWhere(" AND " + buildGroupSystemIdMatchWhereClause(systemId));
1993 private String buildGroupSystemIdMatchWhereClause(String systemId) { argument
2002 + DatabaseUtils.sqlEscapeString(systemId) + "))";

Completed in 39 milliseconds