Searched refs:mNativeDebuggingApp (Results 1 – 2 of 2) sorted by relevance
1874 if (mService.mNativeDebuggingApp != null1875 && mService.mNativeDebuggingApp.equals(app.processName)) {1880 mService.mNativeDebuggingApp = null;
1504 String mNativeDebuggingApp = null; field in ActivityManagerService7359 mNativeDebuggingApp = processName; in setNativeDebuggingAppLocked()10796 if (mNativeDebuggingApp != null) { in dumpOtherProcessesInfoLSP()10797 if (dumpPackage == null || dumpPackage.equals(mNativeDebuggingApp)) { in dumpOtherProcessesInfoLSP()10802 pw.println(" mNativeDebuggingApp=" + mNativeDebuggingApp); in dumpOtherProcessesInfoLSP()10973 if (dumpPackage == null || dumpPackage.equals(mNativeDebuggingApp)) { in writeOtherProcessesInfoToProtoLSP()10974 … proto.write(ActivityManagerServiceDumpProcessesProto.NATIVE_DEBUGGING_APP, mNativeDebuggingApp); in writeOtherProcessesInfoToProtoLSP()