Home
last modified time | relevance | path

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

/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.java97 import static com.android.server.utils.PriorityDump.PRIORITY_ARG_NORMAL;
8683 case PRIORITY_ARG_NORMAL: