Searched refs:wasStopped (Results 1 – 4 of 4) sorted by relevance
34 boolean wasStopped = false; in run()36 wasStopped = mCondVar.block(mSilenceDurationMs); in run()38 if (wasStopped) { in run()
682 public void notifyAppResumed(boolean wasStopped) { in notifyAppResumed() argument688 mContainer.notifyAppResumed(wasStopped); in notifyAppResumed()
661 void notifyAppResumed(boolean wasStopped) { in notifyAppResumed() argument662 if (DEBUG_ADD_REMOVE) Slog.v(TAG, "notifyAppResumed: wasStopped=" + wasStopped in notifyAppResumed()667 if (!wasStopped) { in notifyAppResumed()
1603 void notifyAppResumed(boolean wasStopped) { in notifyAppResumed() argument1604 mWindowContainerController.notifyAppResumed(wasStopped); in notifyAppResumed()