HomeSort by relevance Sort by last modified time
    Searched defs:notifyAppResumed (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
AppWindowContainerController.java 682 public void notifyAppResumed(boolean wasStopped) {
688 mContainer.notifyAppResumed(wasStopped);
    [all...]
AppWindowToken.java 661 void notifyAppResumed(boolean wasStopped) {
662 if (DEBUG_ADD_REMOVE) Slog.v(TAG, "notifyAppResumed: wasStopped=" + wasStopped
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java     [all...]

Completed in 323 milliseconds