Lines Matching refs:value
71 String value = (String) newValue; in onCreate()
72 handleUpdateAppInstallLocation(value); in onCreate()
79 protected void handleUpdateAppInstallLocation(final String value) { in handleUpdateAppInstallLocation() argument
80 if(APP_INSTALL_DEVICE_ID.equals(value)) { in handleUpdateAppInstallLocation()
83 } else if (APP_INSTALL_SDCARD_ID.equals(value)) { in handleUpdateAppInstallLocation()
86 } else if (APP_INSTALL_AUTO_ID.equals(value)) { in handleUpdateAppInstallLocation()
94 mInstallLocation.setValue(value); in handleUpdateAppInstallLocation()
100 boolean value = mToggleAdvancedSettings.isChecked(); in onPreferenceTreeClick()
101 setAdvancedSettingsEnabled(value); in onPreferenceTreeClick()
114 int value = enabled ? 1 : 0; in setAdvancedSettingsEnabled() local
116 Settings.Secure.putInt(getContentResolver(), Settings.System.ADVANCED_SETTINGS, value); in setAdvancedSettingsEnabled() local
119 intent.putExtra("state", value); in setAdvancedSettingsEnabled()