Searched refs:assertServiceNotBound (Results 1 – 2 of 2) sorted by relevance
112 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 …]
67 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