Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityMetricsLaunchObserverTests.java254 verifyAsync(mLaunchObserver).onActivityLaunchCancelled(eqLastStartedId(mTopActivity)); in testOnActivityLaunchCancelled_hasDrawn()
274 verifyAsync(mLaunchObserver).onActivityLaunchCancelled(eqLastStartedId(noDrawnActivity)); in testOnActivityLaunchCancelled_finishedBeforeDrawn()
281 verifyAsync(mLaunchObserver).onActivityLaunchCancelled(eqLastStartedId(removedImm)); in testOnActivityLaunchCancelled_finishedBeforeDrawn()
294 verify(mLaunchObserver, never()).onActivityLaunchCancelled( in testOnActivityLaunchWhileSleeping()
308 verify(mLaunchObserver, timeout(TIMEOUT_MS)).onActivityLaunchCancelled( in testOnActivityLaunchWhileSleeping()
333 verifyAsync(mLaunchObserver).onActivityLaunchCancelled(eq(getLastStartedId(prev))); in testOnReportFullyDrawn()
463 verifyAsync(mLaunchObserver).onActivityLaunchCancelled(mExpectedStartedId); in testOnActivityLaunchCancelledTrampoline()
/frameworks/base/services/core/java/com/android/server/wm/
DLaunchObserverRegistryImpl.java94 public void onActivityLaunchCancelled(long id) { in onActivityLaunchCancelled() method in LaunchObserverRegistryImpl
151 mList.get(i).onActivityLaunchCancelled(id); in handleOnActivityLaunchCancelled()
DActivityMetricsLaunchObserver.java166 public void onActivityLaunchCancelled(long id) { in onActivityLaunchCancelled() method in ActivityMetricsLaunchObserver
DActivityMetricsLogger.java1828 mLaunchObserver.onActivityLaunchCancelled(info.mLaunchingState.mStartUptimeNs); in launchObserverNotifyActivityLaunchCancelled()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DApplicationStartInfoTest.java216 mAppStartInfoTracker.onActivityLaunchCancelled(appStartTimestampIntentStarted); in testApplicationStartInfo()
/frameworks/base/services/core/java/com/android/server/am/
DAppStartInfoTracker.java331 void onActivityLaunchCancelled(long id) { in onActivityLaunchCancelled() method in AppStartInfoTracker