Searched refs:mNativeDebuggingApp (Results 1 – 1 of 1) sorted by relevance
1526 String mNativeDebuggingApp = null; field in ActivityManagerService3867 if (mNativeDebuggingApp != null && mNativeDebuggingApp.equals(app.processName)) { in startProcessLocked()3872 mNativeDebuggingApp = null; in startProcessLocked()12694 mNativeDebuggingApp = processName;15865 if (mNativeDebuggingApp != null) {15866 if (dumpPackage == null || dumpPackage.equals(mNativeDebuggingApp)) {15871 pw.println(" mNativeDebuggingApp=" + mNativeDebuggingApp);