Home
last modified time | relevance | path

Searched defs:SYS_BOOT_REASON_PROP (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryInteractor.kt274 @VisibleForTesting const val SYS_BOOT_REASON_PROP = "sys.boot.reason.last" in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java316 public static final String SYS_BOOT_REASON_PROP = "sys.boot.reason.last"; field in KeyguardViewMediator