Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DLegacyManifestParser.java72 private static final List<Pair<String, Integer>> APPLICATION_FLAGS = field in LegacyManifestParser
409 for (Pair<String, Integer> pair : APPLICATION_FLAGS) { in decodeFlags()