Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/
DDumpHandler.kt25 import com.android.systemui.dump.DumpHandler.Companion.PRIORITY_ARG_NORMAL
101 PRIORITY_ARG_NORMAL -> dumpNormal(pw, parsedArgs) in dump()
292 const val PRIORITY_ARG_NORMAL = "NORMAL" constant
297 arrayOf(PRIORITY_ARG_CRITICAL, PRIORITY_ARG_HIGH, PRIORITY_ARG_NORMAL)
DSystemUIAuxiliaryDumpService.java56 new String[] { DumpHandler.PRIORITY_ARG, DumpHandler.PRIORITY_ARG_NORMAL }); in dump()
/frameworks/native/services/utils/
DPriorityDumper.cpp25 const char16_t PriorityDumper::PRIORITY_ARG_NORMAL[] = u"NORMAL"; member in android::PriorityDumper
34 } else if (arg == PriorityDumper::PRIORITY_ARG_NORMAL) { in getPriorityType()
/frameworks/base/services/core/java/com/android/server/utils/
DPriorityDump.java109 public static final String PRIORITY_ARG_NORMAL = "NORMAL"; field in PriorityDump
199 case PRIORITY_ARG_NORMAL: { in getPriorityType()
/frameworks/native/services/utils/include/serviceutils/
DPriorityDumper.h33 static const char16_t PRIORITY_ARG_NORMAL[]; variable
/frameworks/native/cmds/dumpsys/
Ddumpsys.cpp96 if (type == PriorityDumper::PRIORITY_ARG_NORMAL) { in ConvertPriorityTypeToBitmask()
111 return String16(PriorityDumper::PRIORITY_ARG_NORMAL); in ConvertBitmaskToPriorityType()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java104 import static com.android.server.utils.PriorityDump.PRIORITY_ARG_NORMAL;
9790 case PRIORITY_ARG_NORMAL: