Searched refs:mCols (Results 1 – 1 of 1) sorted by relevance
4038 private final int mCols; field in SyncManager.PrintTable4041 mCols = cols; in PrintTable()4045 if (col + values.length > mCols) { in set()4046 throw new IndexOutOfBoundsException("Table only has " + mCols + in set()4050 final String[] list = new String[mCols]; in set()4052 for (int j = 0; j < mCols; j++) { in set()4064 final String[] formats = new String[mCols]; in writeTo()4066 for (int col = 0; col < mCols; ++col) { in writeTo()4077 formats[mCols - 1] = "%s"; in writeTo()4079 totalLength += (mCols - 1) * 2; in writeTo()