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.java134 protected void appDomainContext(String contextRegex, String errorMsg) throws IOException { in appDomainContext() argument
135 Pattern p = Pattern.compile(contextRegex); in appDomainContext()
146 protected void appDataContext(String contextRegex, String errorMsg) throws Exception { in appDataContext() argument
147 Pattern p = Pattern.compile(contextRegex); in appDataContext()