Home
last modified time | relevance | path

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

/cts/tests/tests/companion/multiprocess/src/android/companion/cts/multiprocess/
DRebindServiceTest.kt75 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
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDeviceAdminServiceTest.java107 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