Home
last modified time | relevance | path

Searched defs:PRIORITY_ARG_NORMAL (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/utils/include/serviceutils/
DPriorityDumper.h33 static const char16_t PRIORITY_ARG_NORMAL[]; variable
/frameworks/native/services/utils/
DPriorityDumper.cpp25 const char16_t PriorityDumper::PRIORITY_ARG_NORMAL[] = u"NORMAL"; member in android::PriorityDumper
/frameworks/base/services/core/java/com/android/server/utils/
DPriorityDump.java109 public static final String PRIORITY_ARG_NORMAL = "NORMAL"; field in PriorityDump
/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/
DDumpHandler.kt292 const val PRIORITY_ARG_NORMAL = "NORMAL" constant