HomeSort by relevance Sort by last modified time
    Searched refs:PRIORITY_ARG_NORMAL (Results 1 - 5 of 5) sorted by null

  /frameworks/native/services/utils/include/serviceutils/
PriorityDumper.h 33 static const char16_t PRIORITY_ARG_NORMAL[];
  /frameworks/native/services/utils/
PriorityDumper.cpp 25 const char16_t PriorityDumper::PRIORITY_ARG_NORMAL[] = u"NORMAL";
34 } else if (arg == PriorityDumper::PRIORITY_ARG_NORMAL) {
  /frameworks/base/services/core/java/com/android/server/utils/
PriorityDump.java 109 public static final String PRIORITY_ARG_NORMAL = "NORMAL";
199 case PRIORITY_ARG_NORMAL: {
  /frameworks/native/cmds/dumpsys/
dumpsys.cpp 94 if (type == PriorityDumper::PRIORITY_ARG_NORMAL) {
109 return String16(PriorityDumper::PRIORITY_ARG_NORMAL);
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 80 import static com.android.server.utils.PriorityDump.PRIORITY_ARG_NORMAL;
    [all...]

Completed in 134 milliseconds