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()
997 void notifyAppResumed(boolean wasStopped) { in notifyAppResumed() argument998 if (DEBUG_ADD_REMOVE) Slog.v(TAG, "notifyAppResumed: wasStopped=" + wasStopped in notifyAppResumed()1003 if (!wasStopped) { in notifyAppResumed()
1928 void notifyAppResumed(boolean wasStopped) { in notifyAppResumed() argument1934 mAppWindowToken.notifyAppResumed(wasStopped); in notifyAppResumed()