Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java223 private @Mock SystemPropertiesHelper mSystemPropertiesHelper; field in KeyguardViewMediatorTest
658 when(mSystemPropertiesHelper.get(SYS_BOOT_REASON_PROP)).thenReturn(REBOOT_MAINLINE_UPDATE); in testBouncerPrompt_deviceRestartedDueToMainlineUpdate()
1235 mSystemPropertiesHelper, in createAndStartViewMediator()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java362 private final SystemPropertiesHelper mSystemPropertiesHelper; field in KeyguardViewMediator
913 String reasonForReboot = mSystemPropertiesHelper.get(SYS_BOOT_REASON_PROP);
1489 mSystemPropertiesHelper = systemPropertiesHelper;