Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowContainerController.java692 public void notifyAppResumed(boolean wasStopped) { in notifyAppResumed() method in AppWindowContainerController
698 mContainer.notifyAppResumed(wasStopped); in notifyAppResumed()
DAppWindowToken.java636 void notifyAppResumed(boolean wasStopped) { in notifyAppResumed() method in AppWindowToken
/frameworks/base/services/core/java/com/android/server/am/
DActivityRecord.java1611 void notifyAppResumed(boolean wasStopped) { in notifyAppResumed() method in ActivityRecord
1612 mWindowContainerController.notifyAppResumed(wasStopped); in notifyAppResumed()
DActivityStack.java2601 next.notifyAppResumed(next.stopped); in resumeTopActivityInnerLocked()