Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDeviceAdminServiceTest.java40 protected static final String OWNER_SERVICE = OWNER_PKG + "/.MyService"; field in BaseDeviceAdminServiceTest
107 withRetry(() -> assertServiceBound(OWNER_SERVICE)); in testAll()
112 withRetry(() -> assertServiceNotBound(OWNER_SERVICE)); in testAll()
120 withRetry(() -> assertServiceBound(OWNER_SERVICE)); in testAll()
124 withRetry(() -> assertServiceBound(OWNER_SERVICE)); // Should still be bound. in testAll()
129 withRetry(() -> assertServiceNotBound(OWNER_SERVICE)); in testAll()
134 withRetry(() -> assertServiceBound(OWNER_SERVICE)); in testAll()
139 withRetry(() -> assertServiceNotBound(OWNER_SERVICE)); in testAll()
145 withRetry(() -> assertServiceNotBound(OWNER_SERVICE)); in testAll()
151 withRetry(() -> assertServiceNotBound(OWNER_SERVICE)); in testAll()
[all …]