Searched refs:PRIORITY_TYPE_INVALID (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/utils/
H A DPriorityDump.java117 @IntDef({PRIORITY_TYPE_INVALID, PRIORITY_TYPE_CRITICAL, PRIORITY_TYPE_HIGH,
120 private static final int PRIORITY_TYPE_INVALID = 0; field in class:PriorityDump
142 @PriorityType int priority = PRIORITY_TYPE_INVALID;
203 return PRIORITY_TYPE_INVALID;

Completed in 57 milliseconds