Searched refs:mCols (Results 1 – 1 of 1) sorted by relevance
4226 private final int mCols; field in SyncManager.PrintTable4229 mCols = cols; in PrintTable()4233 if (col + values.length > mCols) { in set()4234 throw new IndexOutOfBoundsException("Table only has " + mCols + in set()4238 final String[] list = new String[mCols]; in set()4240 for (int j = 0; j < mCols; j++) { in set()4252 final String[] formats = new String[mCols]; in writeTo()4254 for (int col = 0; col < mCols; ++col) { in writeTo()4265 formats[mCols - 1] = "%s"; in writeTo()4267 totalLength += (mCols - 1) * 2; in writeTo()