Searched refs:singleTo (Results 1 – 1 of 1) sorted by relevance
218 int[] singleTo = new int[]{com.android.internal.R.id.text1}; in testChangeMapping() local219 ca.changeCursorAndColumns(mCursor2x2, singleFrom, singleTo); in testChangeMapping()231 singleTo = new int[]{com.android.internal.R.id.text2}; in testChangeMapping()232 ca.changeCursorAndColumns(mCursor2x2, singleFrom, singleTo); in testChangeMapping()