Searched refs:mWM (Results 1 – 2 of 2) sorted by relevance
58 private final IWindowManager mWM; field in KeyguardManager177 mWM.disableKeyguard(mToken, mTag); in disableKeyguard()196 mWM.reenableKeyguard(mToken); in reenableKeyguard()243 mWM = WindowManagerGlobal.getWindowManagerService(); in KeyguardManager()277 return mWM.isKeyguardLocked(); in isKeyguardLocked()293 return mWM.isKeyguardSecure(); in isKeyguardSecure()310 return mWM.inKeyguardRestrictedInputMode(); in inKeyguardRestrictedInputMode()446 mWM.exitKeyguardSecurely(new IOnKeyguardExitResult.Stub() { in exitKeyguardSecurely()
363 WindowManager mWM; field in Toast.TN466 mWM = (WindowManager)context.getSystemService(Context.WINDOW_SERVICE); in handleShow()488 mWM.removeView(mView); in handleShow()496 mWM.addView(mView, mParams); in handleShow()528 mWM.removeViewImmediate(mView); in handleHide()