Lines Matching refs:isChecked
714 if (cb.isChecked()) { in resetDangerousOptions()
776 boolean value = mWebViewMultiprocess.isChecked(); in writeWebViewMultiprocessOptions()
821 adapter.configHciSnoopLog(mBtHciSnoopLog.isChecked()); in writeBtHciSnoopLogOptions()
824 mBtHciSnoopLog.isChecked() ? 1 : 0); in writeBtHciSnoopLogOptions()
841 mDebugApp, mWaitForDebugger.isChecked(), true); in writeDebuggerOptions()
955 mVerifyAppsOverUsb.isChecked() ? 1 : 0); in writeVerifyAppsOverUsbOptions()
973 mOtaDisableAutomaticUpdate.isChecked() ? 0 : 1); in writeOtaDisableAutomaticUpdateOptions()
1029 final boolean enabled = mBugreportInPower.isChecked(); in setBugreportStorageProviderStatus()
1051 mWindowManager.setStrictModeVisualIndicatorPreference(mStrictMode.isChecked() in writeStrictModeVisualOptions()
1063 Settings.System.POINTER_LOCATION, mPointerLocation.isChecked() ? 1 : 0); in writePointerLocationOptions()
1074 Settings.System.SHOW_TOUCHES, mShowTouches.isChecked() ? 1 : 0); in writeShowTouchesOptions()
1115 final int showUpdates = mShowScreenUpdates.isChecked() ? 1 : 0; in writeShowUpdatesOption()
1132 final int disableOverlays = mDisableOverlays.isChecked() ? 1 : 0; in writeDisableOverlaysOption()
1149 SystemProperties.set(HARDWARE_UI_PROPERTY, mForceHardwareUi.isChecked() ? "true" : "false"); in writeHardwareUiOptions()
1158 SystemProperties.set(MSAA_PROPERTY, mForceMsaa.isChecked() ? "true" : "false"); in writeMsaaOptions()
1220 mShowHwScreenUpdates.isChecked() ? "true" : null); in writeShowHwScreenUpdatesOptions()
1231 mShowHwLayersUpdates.isChecked() ? "true" : null); in writeShowHwLayersUpdatesOptions()
1267 mDebugLayout.isChecked() ? "true" : "false"); in writeDebugLayoutOptions()
1333 mColorTemperaturePreference.isChecked() ? "1" : "0"); in writeColorTemperature()
1346 mUSBAudio.isChecked() ? 1 : 0); in writeUSBAudioOptions()
1357 mForceResizable.isChecked() ? 1 : 0); in writeForceResizableOptions()
1367 boolean value = mForceRtlLayout.isChecked(); in writeForceRtlOptions()
1383 mWifiDisplayCertification.isChecked() ? 1 : 0); in writeWifiDisplayCertificationOptions()
1392 mWifiManager.enableVerboseLogging(mWifiVerboseLogging.isChecked() ? 1 : 0); in writeWifiVerboseLoggingOptions()
1401 mWifiManager.enableAggressiveHandover(mWifiAggressiveHandover.isChecked() ? 1 : 0); in writeWifiAggressiveHandoverOptions()
1410 mWifiManager.setAllowScansWithTraffic(mWifiAllowScansWithTraffic.isChecked() ? 1 : 0); in writeWifiAllowScansWithTrafficOptions()
1420 mBluetoothDisableAbsVolume.isChecked() ? "true" : "false"); in writeBluetoothDisableAbsVolumeOptions()
1432 mMobileDataAlwaysOn.isChecked() ? 1 : 0); in writeMobileDataAlwaysOnOptions()
1558 boolean value = mShowCpuUsage.isChecked(); in writeCpuUsageOptions()
1573 mImmediatelyDestroyActivities.isChecked()); in writeImmediatelyDestroyActivitiesOptions()
1677 mShowAllANRs.isChecked() ? 1 : 0); in writeShowAllANRsOptions()
1716 public void onSwitchChanged(Switch switchView, boolean isChecked) { in onSwitchChanged() argument
1720 if (isChecked != mLastEnabledState) { in onSwitchChanged()
1721 if (isChecked) { in onSwitchChanged()
1736 mLastEnabledState = isChecked; in onSwitchChanged()
1758 if (mEnableOemUnlock.isChecked()) { in onActivityResult()
1776 if (mEnableAdb.isChecked()) { in onPreferenceTreeClick()
1803 mEnableTerminal.isChecked() ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED in onPreferenceTreeClick()
1808 mBugreportInPower.isChecked() ? 1 : 0); in onPreferenceTreeClick()
1813 mKeepScreenOn.isChecked() ? in onPreferenceTreeClick()
1818 if (mEnableOemUnlock.isChecked()) { in onPreferenceTreeClick()
1833 mDebugViewAttributes.isChecked() ? 1 : 0); in onPreferenceTreeClick()
1837 mForceAllowOnExternal.isChecked() ? 1 : 0); in onPreferenceTreeClick()