Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSnapshotCache.java61 removeRunningEntry(id); in onAppRemoved()
69 removeRunningEntry(id); in onAppDied()
74 removeRunningEntry(index); in onIdRemoved()
77 void removeRunningEntry(Integer id) { in removeRunningEntry() method in SnapshotCache
H A DTaskSnapshotController.java283 mCache.removeRunningEntry(taskId); in removeSnapshotCache()