Searched defs:sortCols (Results 1 – 1 of 1) sorted by relevance
425 String[] sortCols = new String[] { COLUMN_VALUE_NAME }; in testQuery_SqlSortingFromBundleArgs() local483 String[] sortCols = new String[] { COLUMN_VALUE_NAME }; in testQuery_SqlSortingFromBundleArgs_Locale() local495 try (Cursor c = mContentResolver.query(TABLE1_URI, sortCols, queryArgs, null)) { in testQuery_SqlSortingFromBundleArgs_Locale() argument