Searched refs:mCols (Results 1 – 1 of 1) sorted by relevance
3980 private final int mCols; field in SyncManager.PrintTable3983 mCols = cols; in PrintTable()3987 if (col + values.length > mCols) { in set()3988 throw new IndexOutOfBoundsException("Table only has " + mCols + in set()3992 final String[] list = new String[mCols]; in set()3994 for (int j = 0; j < mCols; j++) { in set()4006 final String[] formats = new String[mCols]; in writeTo()4008 for (int col = 0; col < mCols; ++col) { in writeTo()4019 formats[mCols - 1] = "%s"; in writeTo()4021 totalLength += (mCols - 1) * 2; in writeTo()