Searched refs:assertServiceBound (Results 1 – 2 of 2) sorted by relevance
75 assertServiceBound("PrimaryCompanionService") in <lambda>()76 assertServiceBound("SecondaryCompanionService") in <lambda>()98 assertServiceBound("SecondaryCompanionService") in <lambda>()100 assertServiceBound("PrimaryCompanionService") in <lambda>()131 assertServiceBound("PrimaryCompanionService") in <lambda>()154 assertServiceBound("PrimaryCompanionService") in <lambda>()159 private fun assertServiceBound(component: String) { in <lambda>() method
107 withRetry(() -> assertServiceBound(OWNER_SERVICE)); in testAll()120 withRetry(() -> assertServiceBound(OWNER_SERVICE)); in testAll()124 withRetry(() -> assertServiceBound(OWNER_SERVICE)); // Should still be bound. in testAll()134 withRetry(() -> assertServiceBound(OWNER_SERVICE)); in testAll()156 withRetry(() -> assertServiceBound(OWNER_SERVICE)); in testAll()175 withRetry(() -> assertServiceBound(OWNER_SERVICE)); in testAll()189 withRetry(() -> assertServiceBound(OWNER_SERVICE_B)); in testAll()199 private void assertServiceBound(String component) throws Exception { in assertServiceBound() method in BaseDeviceAdminServiceTest