Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/util/
DDumpUtilsTest.java19 import static com.android.internal.util.DumpUtils.CRITICAL_SECTION_COMPONENTS;
116 for (final ComponentName componentName : CRITICAL_SECTION_COMPONENTS) { in testIsPlatformCriticalPackage()
130 for (final ComponentName componentName : CRITICAL_SECTION_COMPONENTS) { in testIsPlatformNonCriticalPackage()
159 for (final ComponentName componentName : CRITICAL_SECTION_COMPONENTS) { in testFilterRecord()
/frameworks/base/core/java/com/android/internal/util/
DDumpUtils.java48 public static final ComponentName[] CRITICAL_SECTION_COMPONENTS = { field in DumpUtils
240 for (int i = 0; i < CRITICAL_SECTION_COMPONENTS.length; i++) { in isCriticalPackage()
241 if (cname.equals(CRITICAL_SECTION_COMPONENTS[i])) { in isCriticalPackage()