Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryInteractor.kt271 get() = systemPropertiesHelper.get(SYS_BOOT_REASON_PROP) == REBOOT_MAINLINE_UPDATE in <lambda>()
275 @VisibleForTesting const val REBOOT_MAINLINE_UPDATE = "reboot,mainline_update" in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java32 import static com.android.systemui.keyguard.KeyguardViewMediator.REBOOT_MAINLINE_UPDATE;
658 when(mSystemPropertiesHelper.get(SYS_BOOT_REASON_PROP)).thenReturn(REBOOT_MAINLINE_UPDATE); in testBouncerPrompt_deviceRestartedDueToMainlineUpdate()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntryInteractorTest.kt582 DeviceEntryInteractor.REBOOT_MAINLINE_UPDATE in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java322 public static final String REBOOT_MAINLINE_UPDATE = "reboot,mainline_update"; field in KeyguardViewMediator
914 if (Objects.equals(reasonForReboot, REBOOT_MAINLINE_UPDATE)) {