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()
692 public void notifyAppResumed(boolean wasStopped) { in notifyAppResumed() argument698 mContainer.notifyAppResumed(wasStopped); in notifyAppResumed()
636 void notifyAppResumed(boolean wasStopped) { in notifyAppResumed() argument637 if (DEBUG_ADD_REMOVE) Slog.v(TAG, "notifyAppResumed: wasStopped=" + wasStopped in notifyAppResumed()640 if (!wasStopped) { in notifyAppResumed()
1611 void notifyAppResumed(boolean wasStopped) { in notifyAppResumed() argument1612 mWindowContainerController.notifyAppResumed(wasStopped); in notifyAppResumed()