Searched defs:processName (Results 1 – 9 of 9) sorted by relevance
30 public String processName; field in IProcessStatusTracker.ProcessDetails38 public void addMonitoredProcess(String processName); in addMonitoredProcess()52 public void setAllowProcessTracking(String processName); in setAllowProcessTracking()
61 public void addMonitoredProcess(String processName) { in addMonitoredProcess()132 public void setAllowProcessTracking(String processName) { in setAllowProcessTracking()
489 public static String getMeminfoOutput(Instrumentation instr, String processName) in getMeminfoOutput()
187 public boolean appCrashed(String processName, int pid, String shortMsg, String longMsg, in appCrashed()198 public int appEarlyNotResponding(String processName, int pid, String annotation) in appEarlyNotResponding()205 public int appNotResponding(String processName, int pid, String processStats) in appNotResponding()
99 String processName = mProcessNames[i]; in getMetrics() local155 private @Nullable ShowmapMetrics sampleMemory(@NonNull String processName) { in sampleMemory()
102 private void measureMemory(String processName) { in measureMemory()143 private long getPss(String processName) { in getPss()
88 String processName = anrAtom.getProcessName(); in getMetrics() local
165 String processName = processStartTimeAtom.getProcessName(); in getMetrics() local
300 private int getProcessId(String processName) { in getProcessId()