Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/os/
DPatternMatcherTest.java33 PatternMatcher matcher = new PatternMatcher(".", PatternMatcher.PATTERN_ADVANCED_GLOB); in testAdvancedPatternMatchesAnyToken()
41 PatternMatcher matcher = new PatternMatcher("[a]", PatternMatcher.PATTERN_ADVANCED_GLOB); in testAdvancedPatternMatchesSetToken()
45 matcher = new PatternMatcher("[.*+{}\\]\\\\[]", PatternMatcher.PATTERN_ADVANCED_GLOB); in testAdvancedPatternMatchesSetToken()
58 PatternMatcher matcher = new PatternMatcher("[a-z]", PatternMatcher.PATTERN_ADVANCED_GLOB); in testAdvancedPatternMatchesSetCharacterClassToken()
64 matcher = new PatternMatcher("[a-z][0-9]", PatternMatcher.PATTERN_ADVANCED_GLOB); in testAdvancedPatternMatchesSetCharacterClassToken()
69 matcher = new PatternMatcher("[z-a]", PatternMatcher.PATTERN_ADVANCED_GLOB); in testAdvancedPatternMatchesSetCharacterClassToken()
74 matcher = new PatternMatcher("[^0-9]", PatternMatcher.PATTERN_ADVANCED_GLOB); in testAdvancedPatternMatchesSetCharacterClassToken()
83 matcher = new PatternMatcher("[\\[a]", PatternMatcher.PATTERN_ADVANCED_GLOB); in testAdvancedPatternMatchesSetCharacterClassToken()
90 PatternMatcher matcher = new PatternMatcher("\\.", PatternMatcher.PATTERN_ADVANCED_GLOB); in testAdvancedPatternMatchesEscapedCharacters()
95 matcher = new PatternMatcher("a\\+", PatternMatcher.PATTERN_ADVANCED_GLOB); in testAdvancedPatternMatchesEscapedCharacters()
[all …]
/frameworks/base/core/java/android/os/
DPatternMatcher.java62 public static final int PATTERN_ADVANCED_GLOB = 3; field in PatternMatcher
97 if (mType == PATTERN_ADVANCED_GLOB) { in PatternMatcher()
128 case PATTERN_ADVANCED_GLOB: in toString()
180 } else if (type == PATTERN_ADVANCED_GLOB) { in matchPattern()
/frameworks/base/core/java/android/content/
DIntentFilter.java1648 case PatternMatcher.PATTERN_ADVANCED_GLOB: in writeToXml()
1678 case PatternMatcher.PATTERN_ADVANCED_GLOB: in writeToXml()
1734 addDataSchemeSpecificPart(ssp, PatternMatcher.PATTERN_ADVANCED_GLOB); in readFromXml()
1751 addDataPath(path, PatternMatcher.PATTERN_ADVANCED_GLOB); in readFromXml()
/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiNetworkSpecifierTest.java191 .setSsidPattern(new PatternMatcher(".*", PatternMatcher.PATTERN_ADVANCED_GLOB)) in testWifiNetworkSpecifierBuilderWithMatchAllSsidPattern2()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java5386 PatternMatcher.PATTERN_ADVANCED_GLOB, readPermission, writePermission); in parseProviderTags()
5927 outInfo.addDataPath(str, PatternMatcher.PATTERN_ADVANCED_GLOB); in parseIntent()
/frameworks/base/non-updatable-api/
Dcurrent.txt35230 field public static final int PATTERN_ADVANCED_GLOB = 3; // 0x3
/frameworks/base/api/
Dcurrent.txt35374 field public static final int PATTERN_ADVANCED_GLOB = 3; // 0x3