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

<<11121314151617181920>>

  /frameworks/base/core/java/android/speech/tts/
TtsEngines.java 542 String newValue) {
546 newPrefList.append(key).append(':').append(newValue);
563 newPrefList.append(key).append(':').append(newValue);
580 newPrefList.append(key).append(':').append(newValue);
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pGroupList.java 56 WifiP2pGroup oldValue, WifiP2pGroup newValue) {
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrsetvaluenomodificationallowederr.java 101 attrNode.setValue("newvalue");
attrsetvaluenomodificationallowederrEE.java 91 ((Attr) /*Node */attrNode).setValue("newvalue");
elementsetattributenomodificationallowederr.java 90 entElement.setAttribute("newAttr", "newValue");
elementsetattributenomodificationallowederrEE.java 85 entElement.setAttribute("newAttr", "newValue");
nodesetnodevaluenomodificationallowederr.java 95 entElementText.setNodeValue("newValue");
nodesetnodevaluenomodificationallowederrEE.java 74 entText.setNodeValue("newValue");
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
setAttributeNS03.java 99 genElement.setAttributeNS(namespaceURI, qualifiedName, "newValue");
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementSetAttributeNS.java 211 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
  /external/icu/icu4c/source/i18n/unicode/
unum.h     [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraZslImpl.java 335 public void onImageMetadataChange(Key<?> key, Object oldValue, Object newValue,
369 Object newValue,
376 if (newValue != null &&
378 mFocusDistanceListener.onFocusDistance((float) newValue, mLensRange);
537 Object newValue,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 160 final @Nullable String valueId, final @Nullable Boolean newValue) {
247 value = newValue ? "true" : ""; //$NON-NLS-1$ //$NON-NLS-2$
249 value = newValue ? "false" : "";//$NON-NLS-1$ //$NON-NLS-2$
262 if (newValue) {
287 value = newValue ? valueId : ""; //$NON-NLS-1$
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
SuspendCountTest.java 388 protected int setStaticIntField (String classSignature, String fieldName, int newValue) {
413 packet.setNextValueAsInt(newValue);
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
autocomplete-box.html 460 valueChanged: function(oldValue, newValue) {
462 if (!oldValue && !newValue) {
  /external/jetty/src/java/org/eclipse/jetty/util/
MultiMap.java 402 public boolean replace(K key, Object oldValue, Object newValue)
406 return _cmap.replace(key,oldValue,newValue);
  /frameworks/base/libs/hwui/
RenderProperties.h 146 static bool setFlag(int flag, bool newValue, int* outFlags) {
147 if (newValue) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QSTileHost.java 319 public void onTuningChanged(String key, String newValue) {
324 final List<String> tileSpecs = loadTileSpecs(mContext, newValue);
StatusBarIconController.java 173 public void onTuningChanged(String key, String newValue) {
178 mIconBlacklist.addAll(getIconBlacklist(newValue));
  /frameworks/base/tools/aapt2/
ResourceTable.cpp 165 ResourceConfigValue* newValue = values.insert(
167 return newValue;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyTest.java 232 final Object obj, final Object newValue)
242 field.set(obj, newValue);
  /libcore/ojluni/src/main/java/java/lang/
ProcessEnvironment.java 308 public String setValue(String newValue) {
309 return e.setValue(Value.valueOf(newValue)).toString();
  /packages/apps/Email/src/com/android/email/activity/setup/
MailboxSettings.java 420 public boolean onPreferenceChange(Preference preference, Object newValue) {
421 mSyncLookbackPref.setValue((String) newValue);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
PoolableImageCache.java 75 final ImageResource oldValue, final ImageResource newValue) {
77 super.entryRemoved(evicted, key, oldValue, newValue);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
PhysicalKeyboardFragment.java 267 public boolean onPreferenceChange(Preference preference, Object newValue) {
268 mSettings.setShowImeWithHardKeyboard((Boolean) newValue);

Completed in 602 milliseconds

<<11121314151617181920>>