Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityMetricsLaunchObserverTests.java244 final ActivityRecord noDrawnActivity = new ActivityBuilder(mAtm) in testOnActivityLaunchCancelled_finishedBeforeDrawn() local
249 notifyActivityLaunching(noDrawnActivity.intent); in testOnActivityLaunchCancelled_finishedBeforeDrawn()
250 notifyActivityLaunched(START_SUCCESS, noDrawnActivity); in testOnActivityLaunchCancelled_finishedBeforeDrawn()
252 noDrawnActivity.mVisibleRequested = false; in testOnActivityLaunchCancelled_finishedBeforeDrawn()
253 mActivityMetricsLogger.notifyVisibilityChanged(noDrawnActivity); in testOnActivityLaunchCancelled_finishedBeforeDrawn()
255 verifyAsync(mLaunchObserver).onActivityLaunchCancelled(eqProto(noDrawnActivity)); in testOnActivityLaunchCancelled_finishedBeforeDrawn()