Searched refs:mNativeDebuggingApp (Results 1 – 2 of 2) sorted by relevance
1919 if (mService.mNativeDebuggingApp != null1920 && mService.mNativeDebuggingApp.equals(app.processName)) {1925 mService.mNativeDebuggingApp = null;
1360 String mNativeDebuggingApp = null; field in ActivityManagerService6479 mNativeDebuggingApp = processName; in setNativeDebuggingAppLocked()9487 if (mNativeDebuggingApp != null) { in dumpOtherProcessesInfoLSP()9488 if (dumpPackage == null || dumpPackage.equals(mNativeDebuggingApp)) { in dumpOtherProcessesInfoLSP()9493 pw.println(" mNativeDebuggingApp=" + mNativeDebuggingApp); in dumpOtherProcessesInfoLSP()9664 if (dumpPackage == null || dumpPackage.equals(mNativeDebuggingApp)) { in writeOtherProcessesInfoToProtoLSP()9665 … proto.write(ActivityManagerServiceDumpProcessesProto.NATIVE_DEBUGGING_APP, mNativeDebuggingApp); in writeOtherProcessesInfoToProtoLSP()