Searched refs:mTrackAllocationApp (Results 1 – 1 of 1) sorted by relevance
1360 private String mTrackAllocationApp = null; field in ActivityManagerService4453 if (mTrackAllocationApp != null && mTrackAllocationApp.equals(processName)) { in attachApplicationLocked()4455 mTrackAllocationApp = null; in attachApplicationLocked()6483 mTrackAllocationApp = processName; in setTrackAllocationApp()9518 if (mTrackAllocationApp != null) { in dumpOtherProcessesInfoLSP()9519 if (dumpPackage == null || dumpPackage.equals(mTrackAllocationApp)) { in dumpOtherProcessesInfoLSP()9524 pw.println(" mTrackAllocationApp=" + mTrackAllocationApp); in dumpOtherProcessesInfoLSP()9696 if (mTrackAllocationApp != null) { in writeOtherProcessesInfoToProtoLSP()9697 if (dumpPackage == null || dumpPackage.equals(mTrackAllocationApp)) { in writeOtherProcessesInfoToProtoLSP()9699 mTrackAllocationApp); in writeOtherProcessesInfoToProtoLSP()