Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DLaunchObserverRegistryImpl.java81 public void onIntentFailed(long id) { in onIntentFailed() method in LaunchObserverRegistryImpl
136 mList.get(i).onIntentFailed(id); in handleOnIntentFailed()
DActivityMetricsLaunchObserver.java127 public void onIntentFailed(long id) { in onIntentFailed() method in ActivityMetricsLaunchObserver
DActivityMetricsLogger.java1786 mLaunchObserver.onIntentFailed(id); in launchObserverNotifyIntentFailed()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityMetricsLaunchObserverTests.java179 verifyAsync(mLaunchObserver).onIntentFailed(eq(id)); in testOnIntentFailed()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DApplicationStartInfoTest.java181 mAppStartInfoTracker.onIntentFailed(appStartTimestampIntentStarted); in testApplicationStartInfo()
/frameworks/base/services/core/java/com/android/server/am/
DAppStartInfoTracker.java285 void onIntentFailed(long id) { in onIntentFailed() method in AppStartInfoTracker