HomeSort by relevance Sort by last modified time
    Searched full:newvalue (Results 176 - 200 of 856) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
StatusBarSwitch.java 54 public void onTuningChanged(String key, String newValue) {
58 mBlacklist = StatusBarIconController.getIconBlacklist(newValue);
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
MultiArgTestAdapter.java 71 public static void setWithOldValue(TextView view, String oldValue, String newValue) {
72 view.setText(String.format("%s -> %s", oldValue, newValue));
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
MultiValueMap.java 37 public T replace(String key, T oldValue, T newValue) {
47 values.set(n, newValue);
  /libcore/luni/src/test/java/tests/java/sql/
UpdateFunctionalityTest.java 107 String newValue = "newValue";
109 + " SET field1='" + newValue + "'";
118 assertEquals("The field field1 was not updated", newValue,
132 String newValue = "newValue";
134 + " SET field1='" + newValue + "' WHERE (id > 2) and (id < 10)";
146 assertEquals("The field field1 was not updated", newValue,
  /libcore/support/src/test/java/tests/support/
Support_OutputStream.java 107 public void setThrowsException(boolean newValue) {
108 throwsException = newValue;
  /packages/apps/Camera2/src/com/android/camera/async/
ConcurrentState.java 66 public void update(T newValue) {
67 mValue = newValue;
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VisualVoicemailEnabledChecker.java 40 * Callback to notify enabled status has changed to the @param newValue
42 void onVisualVoicemailEnabledStatusChanged(boolean newValue);
  /packages/apps/Launcher3/src/com/android/launcher3/
SettingsActivity.java 66 public boolean onPreferenceChange(Preference preference, Object newValue) {
68 extras.putBoolean(LauncherSettings.Settings.EXTRA_VALUE, (Boolean) newValue);
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 456 private String mvnoDescription(String newValue) {
457 int mvnoIndex = mMvnoType.findIndexOfValue(newValue);
465 if (newValue != null && newValue.equals(oldValue) == false) {
484 public boolean onPreferenceChange(Preference preference, Object newValue) {
488 int index = Integer.parseInt((String) newValue);
497 String protocol = protocolDescription((String) newValue, mProtocol);
502 mProtocol.setValue((String) newValue);
504 String protocol = protocolDescription((String) newValue, mRoamingProtocol);
509 mRoamingProtocol.setValue((String) newValue);
    [all...]
DevelopmentSettings.java     [all...]
  /packages/apps/Settings/src/com/android/settings/accessibility/
ToggleDaltonizerPreferenceFragment.java 61 public boolean onPreferenceChange(Preference preference, Object newValue) {
63 Settings.Secure.putInt(getContentResolver(), TYPE, Integer.parseInt((String) newValue));
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationSettingsBase.java 185 public boolean onPreferenceChange(Preference preference, Object newValue) {
186 final boolean blocked = (Boolean) newValue;
197 public boolean onPreferenceChange(Preference preference, Object newValue) {
198 final boolean silenced = (Boolean) newValue;
216 public boolean onPreferenceChange(Preference preference, Object newValue) {
217 final boolean bypassZenMode = (Boolean) newValue;
259 public boolean onPreferenceChange(Preference preference, Object newValue) {
260 int sensitive = Integer.parseInt((String) newValue);
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicLongFieldUpdater.java 113 * @param newValue the new value
115 public abstract void set(T obj, long newValue);
122 * @param newValue the new value
125 public abstract void lazySet(T obj, long newValue);
141 * @param newValue the new value
144 public long getAndSet(T obj, long newValue) {
148 } while (!compareAndSet(obj, prev, newValue));
424 public final void set(T obj, long newValue) {
426 U.putLongVolatile(obj, offset, newValue);
429 public final void lazySet(T obj, long newValue) {
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DecimalFormat.java     [all...]
  /external/icu/icu4c/source/i18n/
winnmfmt.h 107 * @param newValue the new value to be set.
110 virtual void setMaximumFractionDigits(int32_t newValue);
118 * @param newValue the new value to be set.
121 virtual void setMinimumFractionDigits(int32_t newValue);
  /external/v8/src/js/
harmony-atomics.js 42 function AtomicsCompareExchangeJS(sta, index, oldValue, newValue) {
49 newValue = TO_NUMBER(newValue);
50 return %_AtomicsCompareExchange(sta, index, oldValue, newValue);
  /frameworks/base/services/core/java/com/android/server/
LockSettingsStrongAuth.java 97 int newValue = strongAuthReason == STRONG_AUTH_NOT_REQUIRED
100 if (oldValue != newValue) {
101 mStrongAuthForUser.put(userId, newValue);
102 notifyStrongAuthTrackers(newValue, userId);
  /frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
SpanHelperTest.java 32 Annotation newSpan = new Annotation("newkey", "newvalue");
  /libcore/luni/src/test/resources/prefs/java/util/prefs/
userprefs-badtype.xml 37 <entry key="prefskey" value="newvalue" />
  /packages/apps/Settings/src/com/android/settings/applications/
DefaultBrowserPreference.java 67 protected boolean persistString(String newValue) {
69 if (newValue == null) {
72 final CharSequence packageName = (CharSequence) newValue;
81 return result && super.persistString(newValue);
ManageAssist.java 75 public boolean onPreferenceChange(Preference preference, Object newValue) {
78 (boolean) newValue ? 1 : 0);
84 (boolean) newValue ? 1 : 0);
88 String newAssitPackage = (String)newValue;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DaydreamFragment.java 147 public boolean onPreferenceChange(Preference preference, Object newValue) {
150 setActiveDream((String) newValue);
153 setDreamTime(Integer.parseInt((String) newValue));
156 setSleepTime(Integer.parseInt((String) newValue));
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 234 public void setSelection(int newValue) {
235 newValue = Math.min(Math.max(m_minimum, newValue), m_maximum);
236 if (newValue != m_value) {
237 m_value = newValue;
267 int newValue;
269 newValue = m_value;
271 newValue += m_increment;
274 newValue -= m_increment;
278 setSelection(newValue);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
ICUPropertyFactory.java 210 String newValue = (String) fixSkeleton.get(value);
211 if (newValue == null) {
212 newValue = value;
214 newValue = newValue == null ? null : newValue.toLowerCase(Locale.ENGLISH);
216 newValue = regularize(newValue, true);
217 fixSkeleton.put(value, newValue);
219 return newValue;
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
ICUPropertyFactory.java 209 String newValue = (String) fixSkeleton.get(value);
210 if (newValue == null) {
211 newValue = value;
213 newValue = newValue == null ? null : newValue.toLowerCase(Locale.ENGLISH);
215 newValue = regularize(newValue, true);
216 fixSkeleton.put(value, newValue);
218 return newValue;
    [all...]

Completed in 1104 milliseconds

1 2 3 4 5 6 78 91011>>