Searched refs:notResponding (Results 1 – 4 of 4) sorted by relevance
124 app.notResponding = false;
153 boolean notResponding; // does the app have a not responding dialog? field in ProcessRecord297 if (debugging || crashing || crashDialog != null || notResponding in dump()302 pw.print(" notResponding="); pw.print(notResponding); in dump()
804 return app != null && !app.crashing && !app.notResponding; in mayFreezeScreenLocked()
3987 } else if (app.notResponding) { in appNotResponding()3997 app.notResponding = true; in appNotResponding()9446 app.notResponding = true;9487 app.notResponding = false;10145 if (!r.crashing && !r.notResponding && !r.forceCrashReport) {10159 } else if (r.notResponding) {10189 if ((app.thread != null) && (app.crashing || app.notResponding)) {10195 } else if (app.notResponding) {10207 " notResponding = " + app.notResponding);10276 if ((app.thread != null) && (!app.crashing && !app.notResponding)) { in getRunningAppProcesses()[all …]