Home
last modified time | relevance | path

Searched refs:rebootBlockReason (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Scheduling/service/java/com/android/server/scheduling/
DRebootReadinessLogger.java422 int rebootBlockReason = mapEntityTypeToRebootBlockReason(mType); in logLongRebootBlockingIfNecessary() local
423 SchedulingStatsLog.write(LONG_REBOOT_BLOCKING_REPORTED, rebootBlockReason, in logLongRebootBlockingIfNecessary()
426 + " rebootBlockReason=" + rebootBlockReasonToString(rebootBlockReason) in logLongRebootBlockingIfNecessary()
448 private static String rebootBlockReasonToString(int rebootBlockReason) { in rebootBlockReasonToString() argument
449 switch (rebootBlockReason) { in rebootBlockReasonToString()