HomeSort by relevance Sort by last modified time
    Searched defs:filterTags (Results 1 - 3 of 3) sorted by null

  /libcore/ojluni/src/main/java/sun/util/locale/
LocaleMatcher.java 62 List<String> filteredTags = filterTags(priorityList, tags, mode);
73 public static List<String> filterTags(List<LanguageRange> priorityList,
  /frameworks/base/core/java/android/hardware/camera2/
CameraCharacteristics.java 242 int[] filterTags = get(REQUEST_AVAILABLE_CHARACTERISTICS_KEYS);
243 if (filterTags == null) {
249 getKeys(getClass(), getKeyClass(), this, filterTags));
274 int[] filterTags = get(REQUEST_AVAILABLE_REQUEST_KEYS);
275 if (filterTags == null) {
280 getAvailableKeyList(CaptureRequest.class, crKeyTyped, filterTags);
306 int[] filterTags = get(REQUEST_AVAILABLE_RESULT_KEYS);
307 if (filterTags == null) {
311 mAvailableResultKeys = getAvailableKeyList(CaptureResult.class, crKeyTyped, filterTags);
332 getAvailableKeyList(Class<?> metadataClass, Class<TKey> keyClass, int[] filterTags) {
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Locale.java     [all...]

Completed in 130 milliseconds