Home
last modified time | relevance | path

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

/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
DAppBindingHostTest.java259 String expectedErrorPattern) throws Throwable { in installAndCheckNotBound() argument
266 checkNotBoundWithError(packageName, userId, expectedErrorPattern); in installAndCheckNotBound()
270 String expectedErrorPattern) throws Throwable { in checkNotBoundWithError() argument
277 + Pattern.quote(expectedErrorPattern) + ".*$"); in checkNotBoundWithError()