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

  /frameworks/native/services/utils/include/serviceutils/
PriorityDumper.h 30 static const char16_t PRIORITY_ARG[];
  /frameworks/native/services/utils/
PriorityDumper.cpp 22 const char16_t PriorityDumper::PRIORITY_ARG[] = u"--dump-priority";
60 } else if (args[argIndex] == PRIORITY_ARG) {
  /frameworks/base/services/core/java/com/android/server/utils/
PriorityDump.java 31 * {@link #PRIORITY_ARG} and {@link #PROTO_ARG} arguments.
105 public static final String PRIORITY_ARG = "--dump-priority";
154 } else if (args[argIndex].equals(PRIORITY_ARG)) {
210 * {@link #PRIORITY_ARG} and {@link #PROTO_ARG} arguments.
  /frameworks/native/cmds/dumpsys/
dumpsys.cpp 305 args.insertAt(String16(PriorityDumper::PRIORITY_ARG), 0);
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 78 import static com.android.server.utils.PriorityDump.PRIORITY_ARG;
    [all...]

Completed in 225 milliseconds