Searched refs:mCurrentValues (Results 1 – 1 of 1) sorted by relevance
336 private String[] mCurrentValues; field in XmlDocumentProvider.XMLCursor358 mCurrentValues = new String[mNumberOfProjections + 1]; in createProjectionPattern()419 mCurrentValues[0] = Integer.toString(getCount()); // _ID in parseWith()422 mCurrentValues[i + 1] = ""; in parseWith()436 mCurrentValues[i + 1] = in parseWith()453 addRow(mCurrentValues); in parseWith()466 mCurrentValues[i + 1] += parser.getText(); in parseWith()