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()
305 PRIORITY_ARG -> { in <lambda>()307 readArgument(iterator, PRIORITY_ARG) { in <lambda>()377 const val PRIORITY_ARG = "--dump-priority" in <lambda>() constant
132 DumpHandler.PRIORITY_ARG, in dump()
340 args.insertAt(String16(PriorityDumper::PRIORITY_ARG), 0); in setServiceArgs()
133 import static com.android.server.utils.PriorityDump.PRIORITY_ARG;12002 } else if (PRIORITY_ARG.equals(a)) {