Searched refs:sDestroyPattern (Results 1 – 1 of 1) sorted by relevance
371 private static final Pattern sDestroyPattern = Pattern.compile("(.+): onDestroy"); field in ActivityManagerTestBase428 matcher = sDestroyPattern.matcher(line); in ActivityLifecycleCounts()