Home
last modified time | relevance | path

Searched refs:NAVIGATION_VALUES (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java383 private static final Map<Integer, String> NAVIGATION_VALUES; field in ResTable_config
391 NAVIGATION_VALUES = Collections.unmodifiableMap(map);
1152 result.put(Type.NAVIGATION, getOrDefault(NAVIGATION_VALUES, navigation, "")); in toStringParts()