Searched refs:wasStopped (Results 1 – 3 of 3) sorted by relevance
34 boolean wasStopped = false; in run()36 wasStopped = mCondVar.block(mSilenceDurationMs); in run()38 if (wasStopped) { in run()
996 void notifyAppResumed(boolean wasStopped) { in notifyAppResumed() argument997 if (DEBUG_ADD_REMOVE) Slog.v(TAG, "notifyAppResumed: wasStopped=" + wasStopped in notifyAppResumed()1002 if (!wasStopped) { in notifyAppResumed()
1930 void notifyAppResumed(boolean wasStopped) { in notifyAppResumed() argument1936 mAppWindowToken.notifyAppResumed(wasStopped); in notifyAppResumed()