Searched refs:PROTO_ARG (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/utils/include/serviceutils/
H A DPriorityDumper.h34 static const char16_t PROTO_ARG[]; member in class:android::PriorityDumper
/frameworks/native/services/utils/
H A DPriorityDumper.cpp21 const char16_t PriorityDumper::PROTO_ARG[] = u"--proto"; member in class:android::PriorityDumper
58 if (args[argIndex] == PROTO_ARG) {
/frameworks/base/services/core/java/com/android/server/utils/
H A DPriorityDump.java31 * {@link #PRIORITY_ARG} and {@link #PROTO_ARG} arguments.
106 public static final String PROTO_ARG = "--proto"; field in class:PriorityDump
152 if (args[argIndex].equals(PROTO_ARG)) {
210 * {@link #PRIORITY_ARG} and {@link #PROTO_ARG} arguments.
/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp289 args.insertAt(String16(PriorityDumper::PROTO_ARG), 0);

Completed in 136 milliseconds