Searched refs:mCols (Results 1 – 1 of 1) sorted by relevance
3974 private final int mCols; field in SyncManager.PrintTable3977 mCols = cols; in PrintTable()3981 if (col + values.length > mCols) { in set()3982 throw new IndexOutOfBoundsException("Table only has " + mCols + in set()3986 final String[] list = new String[mCols]; in set()3988 for (int j = 0; j < mCols; j++) { in set()4000 final String[] formats = new String[mCols]; in writeTo()4002 for (int col = 0; col < mCols; ++col) { in writeTo()4013 formats[mCols - 1] = "%s"; in writeTo()4015 totalLength += (mCols - 1) * 2; in writeTo()