Searched refs:PRIORITY_ARG_NORMAL (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/services/utils/include/serviceutils/
H A DPriorityDumper.h33 static const char16_t PRIORITY_ARG_NORMAL[]; member in class:android::PriorityDumper
/frameworks/native/services/utils/
H A DPriorityDumper.cpp25 const char16_t PriorityDumper::PRIORITY_ARG_NORMAL[] = u"NORMAL"; member in class:android::PriorityDumper
34 } else if (arg == PriorityDumper::PRIORITY_ARG_NORMAL) {
/frameworks/base/services/core/java/com/android/server/utils/
H A DPriorityDump.java109 public static final String PRIORITY_ARG_NORMAL = "NORMAL"; field in class:PriorityDump
199 case PRIORITY_ARG_NORMAL: {
/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp94 if (type == PriorityDumper::PRIORITY_ARG_NORMAL) {
109 return String16(PriorityDumper::PRIORITY_ARG_NORMAL);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java80 import static com.android.server.utils.PriorityDump.PRIORITY_ARG_NORMAL;
6948 case PRIORITY_ARG_NORMAL:

Completed in 163 milliseconds