Searched refs:mCols (Results 1 – 1 of 1) sorted by relevance
4025 private final int mCols; field in SyncManager.PrintTable4028 mCols = cols; in PrintTable()4032 if (col + values.length > mCols) { in set()4033 throw new IndexOutOfBoundsException("Table only has " + mCols + in set()4037 final String[] list = new String[mCols]; in set()4039 for (int j = 0; j < mCols; j++) { in set()4051 final String[] formats = new String[mCols]; in writeTo()4053 for (int col = 0; col < mCols; ++col) { in writeTo()4064 formats[mCols - 1] = "%s"; in writeTo()4066 totalLength += (mCols - 1) * 2; in writeTo()