Home
last modified time | relevance | path

Searched refs:getProcessFileName (Results 1 – 1 of 1) sorted by relevance

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DCrashUtils.java75 public static String getProcessFileName(JSONObject crash) throws JSONException { in getProcessFileName() method in CrashUtils
118 if (!matchesAny(getProcessFileName(crash), config.processPatterns)) { in matchSecurityCrashes()