Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DQualifiers.java57 String parentDirName = parentDir.getName(); in fromParentDir() local
58 Matcher matcher = DIR_QUALIFIER_PATTERN.matcher(parentDirName); in fromParentDir()
59 if (!matcher.find()) throw new IllegalStateException(parentDirName); in fromParentDir()