Searched refs:PRIORITY_ARG (Results 1 – 8 of 8) sorted by relevance
22 const char16_t PriorityDumper::PRIORITY_ARG[] = u"--dump-priority"; member in android::PriorityDumper60 } else if (args[argIndex] == PRIORITY_ARG) { in priorityDump()
105 public static final String PRIORITY_ARG = "--dump-priority"; field in PriorityDump154 } else if (args[argIndex].equals(PRIORITY_ARG)) { in dump()
30 static const char16_t PRIORITY_ARG[];
56 new String[] { DumpHandler.PRIORITY_ARG, DumpHandler.PRIORITY_ARG_NORMAL }); in dump()
293 PRIORITY_ARG -> { in <lambda>()294 pArgs.dumpPriority = readArgument(iterator, PRIORITY_ARG) { in <lambda>()349 const val PRIORITY_ARG = "--dump-priority" in <lambda>() constant
120 DumpHandler.PRIORITY_ARG, in dump()
340 args.insertAt(String16(PriorityDumper::PRIORITY_ARG), 0); in setServiceArgs()
126 import static com.android.server.utils.PriorityDump.PRIORITY_ARG;11643 } else if (PRIORITY_ARG.equals(a)) {