Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityMetricsLaunchObserverTests.java78 private ActivityRecord mTopActivity; field in ActivityMetricsLaunchObserverTests
99 mTopActivity = new ActivityBuilder(mAtm) in setUpAMLO()
173 onActivityLaunched(mTopActivity); in testLaunchState()
174 notifyTransitionStarting(mTopActivity); in testLaunchState()
176 mActivityMetricsLogger.notifyActivityRelaunched(mTopActivity); in testLaunchState()
179 notifyWindowsDrawn(mTopActivity); in testLaunchState()
180 verifyOnActivityLaunchFinished(mTopActivity); in testLaunchState()
184 final WindowProcessController app = mTopActivity.app; in testLaunchState()
187 mTopActivity.app = null; in testLaunchState()
191 mTopActivity.app = app; in testLaunchState()
[all …]
/frameworks/base/core/java/android/window/
DTaskSnapshot.java285 private ComponentName mTopActivity;
306 mTopActivity = name;
383 mTopActivity,