Searched refs:mIds (Results 1 – 1 of 1) sorted by relevance
443 private long[] mIds = null; field in EABContactManager.Query454 mIds = ids; in setFilterById()542 if (mIds != null) { in runQuery()543 selectionParts.add(getWhereClauseForIds(mIds)); in runQuery()544 selectionArgs = getWhereArgsForIds(mIds); in runQuery()594 if (mIds != null) { in toString()595 selectionParts.add(getWhereClauseForIds(mIds)); in toString()596 selectionArgs = getWhereArgsForIds(mIds); in toString()