Searched refs:mKeyguard (Results 1 – 4 of 4) sorted by relevance
35 private final KeyguardMonitor mKeyguard; field in LocationTile41 mKeyguard = host.getKeyguardMonitor(); in LocationTile()53 mKeyguard.addCallback(mCallback); in setListening()56 mKeyguard.removeCallback(mCallback); in setListening()76 state.visible = !mKeyguard.isShowing(); in handleUpdateState()
46 private final KeyguardMonitor mKeyguard; field in CastTile53 mKeyguard = host.getKeyguardMonitor(); in CastTile()72 mKeyguard.addCallback(mCallback); in setListening()76 mKeyguard.removeCallback(mCallback); in setListening()95 state.visible = !mKeyguard.isSecure() || !mKeyguard.isShowing() in handleUpdateState()96 || mKeyguard.canSkipBouncer(); in handleUpdateState()
83 private final KeyguardMonitor mKeyguard; field in QSTileHost106 mKeyguard = keyguard; in QSTileHost()198 return mKeyguard; in getKeyguardMonitor()
106 private final KeyguardManager mKeyguard; field in VolumeDialog137 mKeyguard = (KeyguardManager) context.getSystemService(Context.KEYGUARD_SERVICE); in VolumeDialog()444 Events.writeEvent(mContext, Events.EVENT_SHOW_DIALOG, reason, mKeyguard.isKeyguardLocked()); in showH()