Searched refs:PRIORITY_ARG_NORMAL (Results 1 – 7 of 7) sorted by relevance
25 import com.android.systemui.dump.DumpHandler.Companion.PRIORITY_ARG_NORMAL101 PRIORITY_ARG_NORMAL -> dumpNormal(pw, parsedArgs) in dump()292 const val PRIORITY_ARG_NORMAL = "NORMAL" constant297 arrayOf(PRIORITY_ARG_CRITICAL, PRIORITY_ARG_HIGH, PRIORITY_ARG_NORMAL)
56 new String[] { DumpHandler.PRIORITY_ARG, DumpHandler.PRIORITY_ARG_NORMAL }); in dump()
25 const char16_t PriorityDumper::PRIORITY_ARG_NORMAL[] = u"NORMAL"; member in android::PriorityDumper34 } else if (arg == PriorityDumper::PRIORITY_ARG_NORMAL) { in getPriorityType()
109 public static final String PRIORITY_ARG_NORMAL = "NORMAL"; field in PriorityDump199 case PRIORITY_ARG_NORMAL: { in getPriorityType()
33 static const char16_t PRIORITY_ARG_NORMAL[]; variable
96 if (type == PriorityDumper::PRIORITY_ARG_NORMAL) { in ConvertPriorityTypeToBitmask()111 return String16(PriorityDumper::PRIORITY_ARG_NORMAL); in ConvertBitmaskToPriorityType()
104 import static com.android.server.utils.PriorityDump.PRIORITY_ARG_NORMAL;9790 case PRIORITY_ARG_NORMAL: