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;
97 for (final ComponentName componentName : CRITICAL_SECTION_COMPONENTS) { in testIsPlatformCriticalPackage()
110 for (final ComponentName componentName : CRITICAL_SECTION_COMPONENTS) { in testIsPlatformNonCriticalPackage()
138 for (final ComponentName componentName : CRITICAL_SECTION_COMPONENTS) { in testFilterRecord()
/frameworks/base/core/java/com/android/internal/util/
DDumpUtils.java46 public static final ComponentName[] CRITICAL_SECTION_COMPONENTS = { field in DumpUtils
232 for (int i = 0; i < CRITICAL_SECTION_COMPONENTS.length; i++) { in isCriticalPackage()
233 if (cname.equals(CRITICAL_SECTION_COMPONENTS[i])) { in isCriticalPackage()