Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotCache.java100 void onAppDied(AppWindowToken wtoken) { in onAppDied() method in TaskSnapshotCache
DTaskSnapshotController.java386 void onAppDied(AppWindowToken wtoken) { in onAppDied() method in TaskSnapshotController
387 mCache.onAppDied(wtoken); in onAppDied()
DWindowState.java2426 mService.mTaskSnapshotController.onAppDied(win.mAppToken); in binderDied()
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTaskSnapshotCacheTest.java66 mCache.onAppDied(window.mAppToken); in testAppDied()