Searched refs:projections (Results 1 – 2 of 2) sorted by relevance
340 public XMLCursor(String selection, String[] projections) { in XMLCursor() argument341 super(projections); in XMLCursor()343 mNumberOfProjections = projections.length - 1; in XMLCursor()345 createProjectionPattern(projections); in XMLCursor()353 private void createProjectionPattern(String[] projections) { in createProjectionPattern() argument362 String projection = projections[i + 1]; // +1 to skip the _ID column in createProjectionPattern()
105 projections of the underlying model. The application, then, should run whatever