Home | History | Annotate | Download | only in mms

Lines Matching refs:row

94         ArrayList<Row> mRows = new ArrayList<Row>();
116 private class Row {
120 public Row(int row, String snippet) {
122 mRowNumber = row;
144 mRows.add(new Row(i, snippet));
209 * a "word" by taking the substring of the full row text in the words table
297 Row row = mRows.get(mCurrentRow);
301 b = b.appendQueryParameter("pattern", row.getSnippet());
307 return row.getSnippet();
309 return row.getSnippet();