Searched refs:PRIORITY_ARG (Results 1 – 5 of 5) 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[];
317 args.insertAt(String16(PriorityDumper::PRIORITY_ARG), 0); in setServiceArgs()
95 import static com.android.server.utils.PriorityDump.PRIORITY_ARG;8673 } else if (PRIORITY_ARG.equals(a)) {