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