Searched refs:mKeyguard (Results 1 – 3 of 3) sorted by relevance
120 private final KeyguardManager mKeyguard; field in CarVolumeDialogImpl285 mKeyguard = (KeyguardManager) mContext.getSystemService(Context.KEYGUARD_SERVICE); in CarVolumeDialogImpl()476 Events.writeEvent(Events.EVENT_SHOW_DIALOG, reason, mKeyguard.isKeyguardLocked()); in showH()
115 final KeyguardManager mKeyguard; field in HostEmulationManager216 mKeyguard = context.getSystemService(KeyguardManager.class); in HostEmulationManager()694 && mKeyguard.isKeyguardLocked()) { in onHostEmulationData()
434 private KeyguardManager mKeyguard; field in NfcService741 mKeyguard = mContext.getSystemService(KeyguardManager.class); in NfcService()1872 if(mKeyguard.isKeyguardLocked() && !enable) { in setNfcSecure()3274 mKeyguard.addKeyguardLockedStateListener(mContext.getMainExecutor(), in addKeyguardLockedStateListener()3620 if (!mIsRequestUnlockShowed && mKeyguard.isKeyguardLocked()) { in sendRequireUnlockIntent()