Searched refs:REASON_PROC_STATE_TOP (Results 1 – 6 of 6) sorted by relevance
145 public static final int REASON_PROC_STATE_TOP = 12; field in PowerExemptionManager436 REASON_PROC_STATE_TOP,663 return REASON_PROC_STATE_TOP; in getReasonCodeFromProcState()740 case REASON_PROC_STATE_TOP: in reasonCodeToString()
128 public static final int REASON_PROC_STATE_TOP = PowerExemptionManager.REASON_PROC_STATE_TOP; field in PowerWhitelistManager325 REASON_PROC_STATE_TOP,
28 import static android.os.PowerExemptionManager.REASON_PROC_STATE_TOP;287 return REASON_PROC_STATE_TOP; in shouldExempt()
77 import static android.os.PowerExemptionManager.REASON_PROC_STATE_TOP;8123 && code != REASON_PROC_STATE_TOP in isFgsBgStart()
85 import static android.os.PowerExemptionManager.REASON_PROC_STATE_TOP;6341 case REASON_PROC_STATE_TOP: in doesReasonCodeAllowSchedulingUserInitiatedJobs()
112 REASON_PROC_STATE_TOP = 12; enumerator