Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DMediaProjectionHelper.java141 private final CountDownLatch mForegroundStarted = new CountDownLatch(1); field in MediaProjectionHelper.MediaProjectionService
170 mForegroundStarted.countDown(); in onStartCommand()
185 await(mForegroundStarted, "MediaProjectionService failed to start foreground service"); in waitForForegroundService()
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/
DSensitiveContentMediaProjectionHelper.java141 private final CountDownLatch mForegroundStarted = new CountDownLatch(1); field in SensitiveContentMediaProjectionHelper.MediaProjectionService
170 mForegroundStarted.countDown(); in onStartCommand()
185 await(mForegroundStarted, "MediaProjectionService failed to start foreground service"); in waitForForegroundService()