Home
last modified time | relevance | path

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

/cts/tests/tests/selinux/common/src/android/security/
DSELinuxTargetSdkTestBase.java138 protected void appDomainContext(String contextRegex, String errorMsg) throws IOException { in appDomainContext() argument
139 Pattern p = Pattern.compile(contextRegex); in appDomainContext()
150 protected void appDataContext(String contextRegex, String errorMsg) throws Exception { in appDataContext() argument
151 Pattern p = Pattern.compile(contextRegex); in appDataContext()