Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DRecentTasks.java93 mService.notifyTaskPersisterLocked(null, true); in removeTasksForUserLocked()
343 mService.notifyTaskPersisterLocked(task, false); in addLocked()
501 mService.notifyTaskPersisterLocked(tr, false); in trimForTaskLocked()
551 mService.notifyTaskPersisterLocked(first, false); in processNextAffiliateChainLocked()
562 mService.notifyTaskPersisterLocked(next, false); in processNextAffiliateChainLocked()
568 mService.notifyTaskPersisterLocked(prev, false); in processNextAffiliateChainLocked()
577 mService.notifyTaskPersisterLocked(last, false); in processNextAffiliateChainLocked()
DTaskRecord.java432 mService.notifyTaskPersisterLocked(this, false); in removedFromRecents()
609 mService.notifyTaskPersisterLocked(this, false); in addActivityAtIndex()
620 mService.notifyTaskPersisterLocked(this, false); in removeActivity()
DActivityRecord.java883 mStackSupervisor.mService.notifyTaskPersisterLocked(task, false); in updateThumbnailLocked()
DActivityStack.java962 mService.notifyTaskPersisterLocked(r.task, false); in activityStoppedLocked()
DActivityManagerService.java8728 notifyTaskPersisterLocked(null, true); in removeTaskByIdLocked()
10324 void notifyTaskPersisterLocked(TaskRecord task, boolean flush) { in notifyTaskPersisterLocked() method
10367 notifyTaskPersisterLocked(null, true); in shutdown()