Searched refs:PRIORITY_ARG_NORMAL (Results 1 – 7 of 7) sorted by relevance
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
56 new String[] { DumpHandler.PRIORITY_ARG, DumpHandler.PRIORITY_ARG_NORMAL }); in dump()
24 import com.android.systemui.dump.DumpHandler.Companion.PRIORITY_ARG_NORMAL in <lambda>()115 parsedArgs.dumpPriority == PRIORITY_ARG_NORMAL && !parsedArgs.proto -> { in <lambda>()420 const val PRIORITY_ARG_NORMAL = "NORMAL" in <lambda>() constant537 private val PRIORITY_OPTIONS = arrayOf(PRIORITY_ARG_CRITICAL, PRIORITY_ARG_NORMAL)
107 if (type == PriorityDumper::PRIORITY_ARG_NORMAL) { in ConvertPriorityTypeToBitmask()122 return String16(PriorityDumper::PRIORITY_ARG_NORMAL); in ConvertBitmaskToPriorityType()
160 import static com.android.server.utils.PriorityDump.PRIORITY_ARG_NORMAL;12771 case PRIORITY_ARG_NORMAL: