/frameworks/base/services/tests/voiceinteractiontests/src/com/android/server/soundtrigger/ |
D | DeviceStateHandlerTest.java | 112 waitAndAssertState(CRITICAL); in onPowerModeChangedCritical_receiveStateChange() 130 waitAndAssertState(CRITICAL); in onPowerModeChangedMultiple_receiveStateChange() 142 waitAndAssertState(CRITICAL); in onPowerModeSameState_noStateChange() 187 waitAndAssertState(CRITICAL); in onBatteryCallbackDuringPhoneWait_receiveStateChangeDelayed() 210 waitAndAssertState(CRITICAL); in whenBatteryCriticalChangeDuringCallAfterPhoneCall_receiveCriticalStateChange() 223 waitAndAssertState(CRITICAL); in whenBatteryDisableDuringCallAfterPhoneCallBatteryEnable_receiveStateChange() 239 waitAndAssertState(CRITICAL); in whenPhoneCallDuringBatteryCritical_receiveStateChange() 243 waitAndAssertState(CRITICAL); in whenPhoneCallDuringBatteryCritical_receiveStateChange()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowTraceLogLevel.java | 27 WindowTraceLogLevel.CRITICAL, 48 int CRITICAL = 2; field
|
D | WindowTracing.java | 189 case WindowTraceLogLevel.CRITICAL: { in setLogLevel() 247 setLogLevel(WindowTraceLogLevel.CRITICAL, pw); in onShellCommand()
|
D | WindowToken.java | 702 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible()) { in dumpDebug()
|
D | ConfigurationContainer.java | 815 logLevel == WindowTraceLogLevel.CRITICAL); in dumpDebug()
|
D | DisplayArea.java | 358 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible()) { in dumpDebug()
|
D | TaskFragment.java | 3332 if (logLevel == WindowTraceLogLevel.CRITICAL && !isVisible()) { in dumpDebug()
|
/frameworks/native/services/utils/ |
D | PriorityDumper.cpp | 27 enum class PriorityType { INVALID, CRITICAL, HIGH, NORMAL }; enumerator 31 return PriorityType::CRITICAL; in getPriorityType() 71 case PriorityType::CRITICAL: in priorityDump()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | CriticalNotificationExtractor.java | 44 static final int CRITICAL = 0; field in CriticalNotificationExtractor 76 record.setCriticality(CRITICAL); in process()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/ |
D | DumpManager.kt | 60 registerDumpable(name, module, DumpPriority.CRITICAL) in registerCriticalDumpable() 98 priority: DumpPriority = DumpPriority.CRITICAL, in registerDumpable() 177 CRITICAL,
|
D | DumpHandler.kt | 153 if (target.priority == DumpPriority.CRITICAL) { in <lambda>() 473 if (entry.priority == DumpPriority.CRITICAL && dumpTimeMillis > 25) { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/ |
D | TemporaryViewInfo.kt | 65 CRITICAL,
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 68 - CRITICAL - services that must dump first, and fast (under 100ms). Ex: cpuinfo. 75 identified by their HEADER `DUMPSYS CRITICAL` and `DUMPSYS HIGH`. 78 `DUMP OF SERVICE CRITICAL <servicename>` and 80 For example, cpuinfo will now move to `DUMPSYS CRITICAL` and will have a 81 header `DUMP OF SERVICE CRITICAL CPUINFO`.
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
D | DeviceStateHandler.java | 51 CRITICAL, // The device state requires all non-critical SoundTrigger sessions are disabled enumConstant 189 case SOUND_TRIGGER_MODE_CRITICAL_ONLY -> SoundTriggerDeviceState.CRITICAL; in computeState()
|
D | SoundTriggerHelper.java | 1211 case CRITICAL -> modelData.shouldRunInBatterySaverMode(); in isRecognitionAllowed()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/ |
D | TemporaryViewDisplayControllerTest.kt | 538 priority = ViewPriority.CRITICAL, in lowerThenHigherPriority_higherReplacesLower() 570 priority = ViewPriority.CRITICAL, in lowerThenHigherPriority_lowerPriorityRedisplayed() 614 priority = ViewPriority.CRITICAL, in lowerThenHigherPriority_lowerPriorityNotRedisplayedBecauseTimedOut() 638 priority = ViewPriority.CRITICAL, in higherThenLowerPriority_higherStaysDisplayed() 672 priority = ViewPriority.CRITICAL, in higherThenLowerPriority_lowerEventuallyDisplayed() 718 priority = ViewPriority.CRITICAL, in higherThenLowerPriority_lowerNotDisplayedBecauseTimedOut() 764 priority = ViewPriority.CRITICAL, in criticalThenNewCritical_newCriticalDisplayed() 779 priority = ViewPriority.CRITICAL, in criticalThenNewCritical_newCriticalDisplayed() 860 priority = ViewPriority.CRITICAL, in lowerPriorityViewUpdatedWhileHigherPriorityDisplayed_eventuallyDisplaysUpdated()
|
D | TemporaryViewLoggerTest.kt | 51 override val priority: ViewPriority = ViewPriority.CRITICAL in logViewAddition_bufferHasLog()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | CriticalNotificationExtractorTest.java | 79 CriticalNotificationExtractor.CRITICAL); in testExtractCritically()
|
D | ZenModeFilteringTest.java | 245 r.setCriticality(CriticalNotificationExtractor.CRITICAL); in testSuppressAnything_bypass_ZenModeOn()
|
/frameworks/base/core/java/android/os/ |
D | Temperature.java | 63 public static final int THROTTLING_CRITICAL = ThrottlingSeverity.CRITICAL;
|
/frameworks/base/services/tests/servicestests/src/com/android/server/power/ |
D | ThermalManagerServiceTest.java | 442 watcher.updateHeadroomThreshold(ThrottlingSeverity.CRITICAL, 64, 49); in testTemperatureWatcherUpdateHeadroomThreshold() 454 watcher.updateHeadroomThreshold(ThrottlingSeverity.CRITICAL, 64, 52); in testTemperatureWatcherUpdateHeadroomThreshold()
|
/frameworks/proto_logging/stats/enums/os/ |
D | enums.proto | 134 CRITICAL = 4; enumerator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
D | KeyguardRootViewBinder.kt | 415 priority = ViewPriority.CRITICAL, in <lambda>()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/ |
D | ThermalManagerServiceMockingTest.java | 165 halT3WithDiffType.throttlingStatus = ThrottlingSeverity.CRITICAL; in getCurrentTemperatures_withFilter_aidl()
|
/frameworks/base/services/core/java/com/android/server/ |
D | BatteryService.java | 407 return (mHealthInfo.batteryCapacityLevel == BatteryCapacityLevel.CRITICAL); in shouldShutdownLocked()
|