Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDeviceAdminServiceTest.java112 withRetry(() -> assertServiceNotBound(OWNER_SERVICE)); in testAll()
129 withRetry(() -> assertServiceNotBound(OWNER_SERVICE)); in testAll()
139 withRetry(() -> assertServiceNotBound(OWNER_SERVICE)); in testAll()
140 withRetry(() -> assertServiceNotBound(OWNER_SERVICE2)); in testAll()
145 withRetry(() -> assertServiceNotBound(OWNER_SERVICE)); in testAll()
151 withRetry(() -> assertServiceNotBound(OWNER_SERVICE)); in testAll()
152 withRetry(() -> assertServiceNotBound(OWNER_SERVICE2)); in testAll()
157 withRetry(() -> assertServiceNotBound(OWNER_SERVICE2)); in testAll()
161 withRetry(() -> assertServiceNotBound(OWNER_SERVICE)); in testAll()
162 withRetry(() -> assertServiceNotBound(OWNER_SERVICE2)); in testAll()
[all …]
/cts/tests/tests/companion/multiprocess/src/android/companion/cts/multiprocess/
DRebindServiceTest.kt67 assertServiceNotBound("PrimaryCompanionService") in <lambda>()
68 assertServiceNotBound("SecondaryCompanionService") in <lambda>()
122 assertServiceNotBound("PrimaryCompanionService") in <lambda>()
149 assertServiceNotBound("PrimaryCompanionService") in <lambda>()
171 private fun assertServiceNotBound(component: String) { in <lambda>() method in android.companion.cts.multiprocess.RebindServiceTest