Home | History | Annotate | Download | only in settings

Lines Matching refs:isChecked

506             if (cb.isChecked()) {
603 adapter.configHciSnoopLog(mBtHciSnoopLog.isChecked());
606 mBtHciSnoopLog.isChecked() ? 1 : 0);
612 mDebugApp, mWaitForDebugger.isChecked(), true);
657 Settings.Global.PACKAGE_VERIFIER_INCLUDE_ADB, mVerifyAppsOverUsb.isChecked() ? 1 : 0);
719 mWindowManager.setStrictModeVisualIndicatorPreference(mStrictMode.isChecked()
731 Settings.System.POINTER_LOCATION, mPointerLocation.isChecked() ? 1 : 0);
741 Settings.System.SHOW_TOUCHES, mShowTouches.isChecked() ? 1 : 0);
781 final int showUpdates = mShowScreenUpdates.isChecked() ? 1 : 0;
798 final int disableOverlays = mDisableOverlays.isChecked() ? 1 : 0;
814 SystemProperties.set(HARDWARE_UI_PROPERTY, mForceHardwareUi.isChecked() ? "true" : "false");
823 SystemProperties.set(MSAA_PROPERTY, mForceMsaa.isChecked() ? "true" : "false");
885 mShowHwScreenUpdates.isChecked() ? "true" : null);
896 mShowHwLayersUpdates.isChecked() ? "true" : null);
932 mDebugLayout.isChecked() ? "true" : "false");
942 boolean value = mForceRtlLayout.isChecked();
958 mWifiDisplayCertification.isChecked() ? 1 : 0);
967 boolean value = mShowCpuUsage.isChecked();
982 mImmediatelyDestroyActivities.isChecked());
1110 mShowAllANRs.isChecked() ? 1 : 0);
1119 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
1121 if (isChecked != mLastEnabledState) {
1122 if (isChecked) {
1138 mLastEnabledState = isChecked;
1165 if (mEnableAdb.isChecked()) {
1193 mEnableTerminal.isChecked() ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED
1198 mBugreportInPower.isChecked() ? 1 : 0);
1202 mKeepScreenOn.isChecked() ?
1209 mAllowMockLocation.isChecked() ? 1 : 0);