checkPage(query, decodedCursor, null, onePage, onePage, testDat[0], testDat[1]);
// desc
onePage = total / testDat.length;
query = new Query(kindName, rootKey);
query.addSort("name", Query.SortDirection.DESCENDING);
// fetch first page jj,jj,........,jj,jj
String chkChar = testDat[testDat.length - 1];
cursor = checkPage(query, null, null, onePage, onePage, chkChar, chkChar);
decodedCursor = Cursor.fromWebSafeString(cursor.toWebSafeString());
// fetch next page ii,ii,........,ii,ii