Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/
DSystemServiceManagerTest.java42 AtomicBoolean serviceStarted = new AtomicBoolean(false); in testSealStartedServices() local
46 serviceStarted.set(true); in testSealStartedServices()
58 assertTrue(serviceStarted.get()); in testSealStartedServices()
/frameworks/base/services/core/java/com/android/server/graphics/fonts/
DFontManagerService.java241 Context context, boolean safeMode, CompletableFuture<Void> serviceStarted) { in FontManagerService() argument
262 serviceStarted.complete(null); in FontManagerService()
268 serviceStarted.complete(null); in FontManagerService()