Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java198 private @Mock SystemPropertiesHelper mSystemPropertiesHelper; field in KeyguardViewMediatorTest
495 when(mSystemPropertiesHelper.get(SYS_BOOT_REASON_PROP)).thenReturn(REBOOT_MAINLINE_UPDATE); in testBouncerPrompt_deviceRestartedDueToMainlineUpdate()
1016 mSystemPropertiesHelper, in createAndStartViewMediator()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java352 private SystemPropertiesHelper mSystemPropertiesHelper; field in KeyguardViewMediator
900 String reasonForReboot = mSystemPropertiesHelper.get(SYS_BOOT_REASON_PROP);
1411 mSystemPropertiesHelper = systemPropertiesHelper;