Searched refs:checkBound (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/ |
D | AppBindingHostTest.java | 236 checkBound(packageName, serviceClass, userId); in installAndCheckBound() 239 private void checkBound(String packageName, String serviceClass, int userId) throws Throwable { in checkBound() method in AppBindingHostTest 486 checkBound(PACKAGE_A, SERVICE_1, mCurrentUserId); in testServiceEnabledByDefault() 508 checkBound(PACKAGE_A, SERVICE_1, mCurrentUserId); in testServiceDisabledByDefault() 596 checkBound(PACKAGE_A, SERVICE_1, mCurrentUserId); in testSecondaryUser() 603 checkBound(PACKAGE_B, SERVICE_1, userId); in testSecondaryUser() 620 checkBound(PACKAGE_A, SERVICE_2, userId); in testSecondaryUser() 731 checkBound(PACKAGE_A, SERVICE_1, mCurrentUserId); in testFeatureDisabled()
|