Searched defs:mActivityLaunched (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/native/libs/graphicsenv/include/graphicsenv/ | ||
H A D | GraphicsEnv.h | 148 bool mActivityLaunched = false; variable |
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ | ||
H A D | SystemActivityMonitoringServiceTest.java | 216 private final CountDownLatch mActivityLaunched = new CountDownLatch(1); field in SystemActivityMonitoringServiceTest.FilteredLaunchListener |