Searched refs:mTrackAllocationApp (Results 1 – 1 of 1) sorted by relevance
1525 String mTrackAllocationApp = null; field in ActivityManagerService6838 if (mTrackAllocationApp != null && mTrackAllocationApp.equals(processName)) { in attachApplicationLocked()6840 mTrackAllocationApp = null; in attachApplicationLocked()12658 mTrackAllocationApp = processName;15842 if (mTrackAllocationApp != null) {15843 if (dumpPackage == null || dumpPackage.equals(mTrackAllocationApp)) {15848 pw.println(" mTrackAllocationApp=" + mTrackAllocationApp);