Searched refs:honored (Results 1 – 5 of 5) sorted by relevance
/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/ |
D | DatabaseUtilsTest.java | 63 private final ArraySet<String> honored = new ArraySet<>(); field in DatabaseUtilsTest 70 honored.clear(); in setUp() 144 resolveQueryArgs(args, honored::add, Function.identity()); in testResolveQueryArgs_GroupBy() 145 assertTrue(honored.contains(QUERY_ARG_GROUP_COLUMNS)); in testResolveQueryArgs_GroupBy() 146 assertFalse(honored.contains(QUERY_ARG_SQL_GROUP_BY)); in testResolveQueryArgs_GroupBy() 154 resolveQueryArgs(args, honored::add, Function.identity()); in testResolveQueryArgs_GroupBy_Raw() 155 assertTrue(honored.contains(QUERY_ARG_SQL_GROUP_BY)); in testResolveQueryArgs_GroupBy_Raw() 163 resolveQueryArgs(args, honored::add, Function.identity()); in testResolveQueryArgs_SortOrder_Simple() 164 assertTrue(honored.contains(QUERY_ARG_SORT_COLUMNS)); in testResolveQueryArgs_SortOrder_Simple() 165 assertFalse(honored.contains(QUERY_ARG_SQL_SORT_ORDER)); in testResolveQueryArgs_SortOrder_Simple() [all …]
|
/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | DatabaseUtils.java | 278 @NonNull Consumer<String> honored, in resolveQueryArgs() argument 281 honored.accept(QUERY_ARG_SQL_SELECTION); in resolveQueryArgs() 282 honored.accept(QUERY_ARG_SQL_SELECTION_ARGS); in resolveQueryArgs() 284 resolveGroupBy(queryArgs, honored); in resolveQueryArgs() 285 resolveSortOrder(queryArgs, honored, collatorFactory); in resolveQueryArgs() 286 resolveLimit(queryArgs, honored); in resolveQueryArgs() 290 @NonNull Consumer<String> honored) { in resolveGroupBy() argument 294 honored.accept(QUERY_ARG_GROUP_COLUMNS); in resolveGroupBy() 298 honored.accept(QUERY_ARG_SQL_GROUP_BY); in resolveGroupBy() 303 @NonNull Consumer<String> honored, in resolveSortOrder() argument [all …]
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 5772 @NonNull Uri uri, @NonNull Bundle extras, @Nullable Consumer<String> honored) { 5778 return getQueryBuilder(type, match, uri, extras, honored); 5800 @NonNull Uri uri, @NonNull Bundle extras, @Nullable Consumer<String> honored) { 5803 return getQueryBuilderInternal(type, match, uri, extras, honored); 5810 @NonNull Uri uri, @NonNull Bundle extras, @Nullable Consumer<String> honored) { 5903 if (honored != null) { 5904 honored.accept(QUERY_ARG_MATCH_PENDING); 5905 honored.accept(QUERY_ARG_MATCH_TRASHED); 5906 honored.accept(QUERY_ARG_MATCH_FAVORITE); 5950 if (honored != null) { [all …]
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|