Home | History | Annotate | Download | only in phone

Lines Matching refs:mQS

194     QuickSettings mQS;
575 mQS = new QuickSettings(mContext, mSettingsContainer);
582 mSettingsPanel.setQuickSettings(mQS);
584 mQS.setService(this);
585 mQS.setBar(mStatusBarView);
586 mQS.setup(mNetworkController, mBluetoothController, mBatteryController,
589 mQS = null; // fly away, be free
1894 if (mQS != null) mQS.setImeWindowStatus(vis > 0);
2342 if (mQS != null) mQS.updateResources();