Searched refs:mForegroundStarted (Results 1 – 2 of 2) sorted by relevance
141 private final CountDownLatch mForegroundStarted = new CountDownLatch(1); field in MediaProjectionHelper.MediaProjectionService170 mForegroundStarted.countDown(); in onStartCommand()185 await(mForegroundStarted, "MediaProjectionService failed to start foreground service"); in waitForForegroundService()
141 private final CountDownLatch mForegroundStarted = new CountDownLatch(1); field in SensitiveContentMediaProjectionHelper.MediaProjectionService170 mForegroundStarted.countDown(); in onStartCommand()185 await(mForegroundStarted, "MediaProjectionService failed to start foreground service"); in waitForForegroundService()