Searched defs:processName (Results 1 – 9 of 9) sorted by relevance
459 private int getProcessOccurrenceCount(String processName) throws Exception { in getProcessOccurrenceCount()491 private int getOomScoreAdj(String processName) throws DeviceNotAvailableException { in getOomScoreAdj()498 private void waitForProcessDeath(String processName) throws Exception { in waitForProcessDeath()
195 private void waitForProcessStart(String processName) throws Exception { in waitForProcessStart()204 private void waitForProcessDeath(String processName) throws Exception { in waitForProcessDeath()
34 int getPid(const std::string &processName) { in getPid()
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
285 private static String capitalize(String processName) { in capitalize()294 String processName = entry.mName; in getProcessName() local
414 public ProcessItem(Context context, int uid, String processName) { in ProcessItem()
112 private static String processName() { in processName() method in CommonFixture
130 public List<ProviderInfo> queryContentProviders(String processName, int uid, int flags, in queryContentProviders()
1194 final String processName = in testGetSdkSandboxProcessNameForInstrumentation() local