Home
last modified time | relevance | path

Searched refs:mKeyguard (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DLocationTile.java56 private final KeyguardStateController mKeyguard; field in LocationTile
78 mKeyguard = keyguardStateController; in LocationTile()
81 mKeyguard.observe(this, mCallback); in LocationTile()
96 if (mKeyguard.isMethodSecure() && mKeyguard.isShowing()) { in handleClick()
DSensorPrivacyToggleTile.java56 private final KeyguardStateController mKeyguard; field in SensorPrivacyToggleTile
92 mKeyguard = keyguardStateController; in SensorPrivacyToggleTile()
106 && mKeyguard.isMethodSecure() in handleClick()
107 && mKeyguard.isShowing()) { in handleClick()
DCastTile.java85 private final KeyguardStateController mKeyguard; field in CastTile
117 mKeyguard = keyguardStateController; in CastTile()
123 mKeyguard.observe(this, mCallback); in CastTile()
176 if (!mKeyguard.isShowing()) { in handleClick()
240 SystemUIDialog.setWindowOnTop(dialog, mKeyguard.isShowing()); in showDialog()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DCastTileTest.java86 private KeyguardStateController mKeyguard; field in CastTileTest
318 when(mKeyguard.isShowing()).thenReturn(true); in testHandleClick_castDevicePresent()
505 mKeyguard, in createAndStartTileOldImpl()
548 mKeyguard, in createAndStartTileNewImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogDelegate.java149 private final KeyguardStateController mKeyguard; field in InternetDialogDelegate
212 mKeyguard = keyguardStateController; in InternetDialogDelegate()
774 SystemUIDialog.setWindowOnTop(mAlertDialog, mKeyguard.isShowing()); in showTurnOffMobileDialog()
802 SystemUIDialog.setWindowOnTop(mAlertDialog, mKeyguard.isShowing()); in showTurnOffAutoDataSwitchDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java155 private final KeyguardManager mKeyguard; field in PowerNotificationWarnings
203 mKeyguard = mContext.getSystemService(KeyguardManager.class); in PowerNotificationWarnings()
575 mKeyguard.isKeyguardLocked()); in showUsbHighTemperatureAlarmInternal()
584 mKeyguard.isKeyguardLocked()); in showUsbHighTemperatureAlarmInternal()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogDelegateTest.java83 private KeyguardStateController mKeyguard; field in InternetDialogDelegateTest
147 mKeyguard, in createInternetDialog()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
DVolumeDialogImplTest.java132 KeyguardManager mKeyguard; field in VolumeDialogImplTest
177 getContext().addMockSystemService(KeyguardManager.class, mKeyguard); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java266 private final KeyguardManager mKeyguard; field in VolumeDialogImpl
346 mKeyguard = (KeyguardManager) mContext.getSystemService(Context.KEYGUARD_SERVICE); in VolumeDialogImpl()
2466 case SHOW: showH(msg.arg1, VolumeDialogImpl.this.mKeyguard.isKeyguardLocked(),