OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crashDialog
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/java/com/android/server/am/
AppErrorDialog.java
93
if (mProc != null && mProc.
crashDialog
== AppErrorDialog.this) {
94
mProc.
crashDialog
= null;
StrictModeViolationDialog.java
90
if (mProc != null && mProc.
crashDialog
== StrictModeViolationDialog.this) {
91
mProc.
crashDialog
= null;
ProcessRecord.java
140
Dialog
crashDialog
; // dialog being displayed due to crash.
263
if (debugging || crashing ||
crashDialog
!= null || notResponding
267
pw.print(" "); pw.print(
crashDialog
);
ActivityManagerService.java
[
all
...]
Completed in 2571 milliseconds