Home | History | Annotate | Download | only in mms

Lines Matching refs:Row

93         ArrayList<Row> mRows = new ArrayList<Row>();
115 private class Row {
119 public Row(int row, String snippet) {
121 mRowNumber = row;
143 mRows.add(new Row(i, snippet));
208 * a "word" by taking the substring of the full row text in the words table
296 Row row = mRows.get(mCurrentRow);
300 b = b.appendQueryParameter("pattern", row.getSnippet());
306 return row.getSnippet();
308 return row.getSnippet();