Lines Matching refs:isChecked

555             if (cb.isChecked()) {
610 adapter.configHciSnoopLog(mBtHciSnoopLog.isChecked());
613 mBtHciSnoopLog.isChecked() ? 1 : 0);
619 mDebugApp, mWaitForDebugger.isChecked(), true);
664 Settings.Global.PACKAGE_VERIFIER_INCLUDE_ADB, mVerifyAppsOverUsb.isChecked() ? 1 : 0);
730 mWindowManager.setStrictModeVisualIndicatorPreference(mStrictMode.isChecked()
742 Settings.System.POINTER_LOCATION, mPointerLocation.isChecked() ? 1 : 0);
752 Settings.System.SHOW_TOUCHES, mShowTouches.isChecked() ? 1 : 0);
792 final int showUpdates = mShowScreenUpdates.isChecked() ? 1 : 0;
809 final int disableOverlays = mDisableOverlays.isChecked() ? 1 : 0;
825 SystemProperties.set(HARDWARE_UI_PROPERTY, mForceHardwareUi.isChecked() ? "true" : "false");
834 SystemProperties.set(MSAA_PROPERTY, mForceMsaa.isChecked() ? "true" : "false");
896 mShowHwScreenUpdates.isChecked() ? "true" : null);
907 mShowHwLayersUpdates.isChecked() ? "true" : null);
943 mDebugLayout.isChecked() ? "true" : "false");
1009 USE_AWESOMEPLAYER_PROPERTY, mUseAwesomePlayer.isChecked() ? "true" : "false");
1021 mUSBAudio.isChecked() ? 1 : 0);
1030 boolean value = mForceRtlLayout.isChecked();
1046 mWifiDisplayCertification.isChecked() ? 1 : 0);
1055 mWifiManager.enableVerboseLogging(mWifiVerboseLogging.isChecked() ? 1 : 0);
1064 mWifiManager.enableAggressiveHandover(mWifiAggressiveHandover.isChecked() ? 1 : 0);
1073 mWifiManager.setAllowScansWithTraffic(mWifiAllowScansWithTraffic.isChecked() ? 1 : 0);
1131 boolean value = mShowCpuUsage.isChecked();
1146 mImmediatelyDestroyActivities.isChecked());
1274 mShowAllANRs.isChecked() ? 1 : 0);
1301 public void onSwitchChanged(Switch switchView, boolean isChecked) {
1305 if (isChecked != mLastEnabledState) {
1306 if (isChecked) {
1321 mLastEnabledState = isChecked;
1337 if (mEnableOemUnlock.isChecked()) {
1355 if (mEnableAdb.isChecked()) {
1382 mEnableTerminal.isChecked() ? PackageManager.COMPONENT_ENABLED_STATE_ENABLED
1387 mBugreportInPower.isChecked() ? 1 : 0);
1391 mKeepScreenOn.isChecked() ?
1397 if (mEnableOemUnlock.isChecked()) {
1406 mAllowMockLocation.isChecked() ? 1 : 0);
1410 mDebugViewAttributes.isChecked() ? 1 : 0);