Searched refs:mProc (Results 1 – 6 of 6) sorted by relevance
41 private final ProcessRecord mProc; field in AppErrorDialog67 mProc = data.proc; in AppErrorDialog()73 if ((mProc.pkgList.size() == 1) && in AppErrorDialog()74 (mName = context.getPackageManager().getApplicationLabel(mProc.info)) != null) { in AppErrorDialog()79 bidi.unicodeWrap(mProc.info.processName))); in AppErrorDialog()81 mName = mProc.processName; in AppErrorDialog()92 attrs.setTitle("Application Error: " + mProc.info.processName); in AppErrorDialog()96 if (mProc.persistent) { in AppErrorDialog()115 final boolean hasReceiver = mProc.errorReportReceiver != null; in onCreate()167 if (mProc != null && mProc.crashDialog == AppErrorDialog.this) { in setResult()[all …]
32 private final ProcessRecord mProc; field in StrictModeViolationDialog49 mProc = app; in StrictModeViolationDialog()88 if (mProc != null && mProc.crashDialog == StrictModeViolationDialog.this) {89 mProc.crashDialog = null;
27 final ProcessRecord mProc; field in AppWaitingForDebuggerDialog34 mProc = app; in AppWaitingForDebuggerDialog()69 mService.killAppAtUsersRequest(mProc, AppWaitingForDebuggerDialog.this);
52 private final ProcessRecord mProc; field in AppNotRespondingDialog59 mProc = app; in AppNotRespondingDialog()114 final boolean hasReceiver = mProc.errorReportReceiver != null; in onCreate()151 mService.killAppAtUsersRequest(mProc, AppNotRespondingDialog.this);157 ProcessRecord app = mProc;
61 private ProcessState mProc; field in ServiceState87 mProc = proc; in ServiceState()104 return mProc; in getProcess()108 mProc = proc; in setProcess()131 mProc.incActiveServices(mName); in applyNewOwner()141 + mPackage + " service=" + mName + " proc=" + mProc); in applyNewOwner()147 + mPackage + " service=" + mName + " proc=" + mProc); in applyNewOwner()153 + mPackage + " service=" + mName + " proc=" + mProc); in applyNewOwner()163 mProc.decActiveServices(mName); in clearCurrentOwner()170 + mName + " proc=" + mProc); in clearCurrentOwner()[all …]
1257 int (*mProc)(JNIEnv*); member1262 int (*mProc)(JNIEnv*); member1272 if (array[i].mProc(env) < 0) { in register_jni_procs()