Searched refs:mKeyguard (Results 1 – 3 of 3) sorted by relevance
74 final KeyguardManager mKeyguard; field in HostEmulationManager110 mKeyguard = (KeyguardManager) context.getSystemService(Context.KEYGUARD_SERVICE); in HostEmulationManager()181 mKeyguard.isKeyguardLocked() && mKeyguard.isKeyguardSecure()) { in onHostEmulationData()
98 private final KeyguardManager mKeyguard; field in CarVolumeDialogImpl195 mKeyguard = (KeyguardManager) mContext.getSystemService(Context.KEYGUARD_SERVICE); in CarVolumeDialogImpl()338 Events.writeEvent(Events.EVENT_SHOW_DIALOG, reason, mKeyguard.isKeyguardLocked()); in showH()
335 private KeyguardManager mKeyguard; field in NfcService508 mKeyguard = (KeyguardManager) mContext.getSystemService(Context.KEYGUARD_SERVICE); in NfcService()1196 if(mKeyguard.isKeyguardLocked() && !enable) { in setNfcSecure()2668 && mIsSecureNfcEnabled && mKeyguard.isKeyguardLocked()) { in handleMessage()3142 screenState = mKeyguard.isKeyguardLocked() ?3146 screenState = mKeyguard.isKeyguardLocked()