Searched refs:serviceStarted (Results 1 – 2 of 2) sorted by relevance
42 AtomicBoolean serviceStarted = new AtomicBoolean(false); in testSealStartedServices() local46 serviceStarted.set(true); in testSealStartedServices()58 assertTrue(serviceStarted.get()); in testSealStartedServices()
241 Context context, boolean safeMode, CompletableFuture<Void> serviceStarted) { in FontManagerService() argument262 serviceStarted.complete(null); in FontManagerService()268 serviceStarted.complete(null); in FontManagerService()