Searched defs:processName (Results 1 – 7 of 7) sorted by relevance
404 private int getProcessOccurrenceCount(String processName) throws Exception { in getProcessOccurrenceCount()436 private int getOomScoreAdj(String processName) throws DeviceNotAvailableException { in getOomScoreAdj()443 private void waitForProcessDeath(String processName) throws Exception { in waitForProcessDeath()
207 GetMetricsRunnable(String processName, Map<String, List<Long>> processMemory) { in GetMetricsRunnable() argument232 private void updateProcessMemory(String processName, Map<String, List<Long>> processMemory) in updateProcessMemory() argument
102 private static String processName() { in processName() method in CommonFixture
286 private static String capitalize(String processName) { in capitalize()295 String processName = entry.mName; in getProcessName() local
414 public ProcessItem(Context context, int uid, String processName) { in ProcessItem()
130 public List<ProviderInfo> queryContentProviders(String processName, int uid, int flags, in queryContentProviders()
1254 final String processName = in testGetSdkSandboxProcessNameForInstrumentation() local