Searched refs:mServiceStarted (Results 1 – 2 of 2) sorted by relevance
121 private boolean mServiceStarted = false; field in ServiceTestCase198 mServiceStarted = true; in startService()255 if (mServiceStarted) { in shutdownService()257 mServiceStarted = false; in shutdownService()
142 private final CompletableFuture<Void> mServiceStarted = new CompletableFuture<>(); field in FontManagerService.Lifecycle146 mService = new FontManagerService(context, safeMode, mServiceStarted); in Lifecycle()159 mServiceStarted.join(); in onStart()175 mServiceStarted.join(); in onBootPhase()