Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotCache.java93 removeRunningEntry(taskId); in onAppRemoved()
103 removeRunningEntry(taskId); in onAppDied()
108 removeRunningEntry(taskId); in onTaskRemoved()
111 private void removeRunningEntry(int taskId) { in removeRunningEntry() method in TaskSnapshotCache