Home
last modified time | relevance | path

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

/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
DAppBindingHostTest.java266 checkNotBoundWithError(packageName, userId, expectedErrorPattern); in installAndCheckNotBound()
269 private void checkNotBoundWithError(String packageName, int userId, in checkNotBoundWithError() method in AppBindingHostTest
478 checkNotBoundWithError(PACKAGE_A, mCurrentUserId, in testServiceEnabledByDefault()
516 checkNotBoundWithError(PACKAGE_A, mCurrentUserId, in testServiceDisabledByDefault()
725 checkNotBoundWithError("null", mCurrentUserId, "feature disabled"); in testFeatureDisabled()