Searched defs:newValue (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/server/ |
D | BluetoothAdapterProperties.java | 78 String newValue = null; in getAllProperties() local
|
D | BluetoothDeviceProperties.java | 52 String newValue = null; in addProperties() local
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | DatabaseHelper.java | 287 int newValue = (1 << AudioManager.STREAM_RING) in onUpgrade() local 400 int newValue = (1 << AudioManager.STREAM_RING) in onUpgrade() local 809 int newValue = (1 << AudioManager.STREAM_RING) in onUpgrade() local
|
D | SettingsProvider.java | 751 protected void entryRemoved(boolean evicted, String key, Bundle oldValue, Bundle newValue) { in entryRemoved()
|
/frameworks/base/core/java/android/util/ |
D | LruCache.java | 241 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved()
|
/frameworks/support/v4/java/android/support/v4/util/ |
D | LruCache.java | 208 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved()
|
/frameworks/base/core/java/android/speech/tts/ |
D | TtsEngines.java | 433 String newValue) { in updateValueInCommaSeparatedList()
|
/frameworks/base/core/java/android/preference/ |
D | Preference.java | 143 boolean onPreferenceChange(Preference preference, Object newValue); in onPreferenceChange() 884 protected boolean callChangeListener(Object newValue) { in callChangeListener()
|
/frameworks/base/core/java/android/os/ |
D | StrictMode.java | 2145 final int newValue = value != null ? value + 1 : 1; in InstanceTracker() local 2156 final int newValue = value - 1; in finalize() local
|
/frameworks/base/libs/rs/driver/ |
D | rsdRuntimeMath.cpp | 271 static int32_t SC_AtomicCas(volatile int32_t *ptr, int32_t expectedValue, int32_t newValue) { in SC_AtomicCas()
|
/frameworks/base/services/input/ |
D | InputReader.cpp | 5909 float newValue, highNewValue; in process() local 6010 float filter, float newValue, float currentValue, float min, float max) { in hasValueChangedSignificantly() 6026 float filter, float newValue, float currentValue, float thresholdValue) { in hasMovedNearerToValueWithinFilteredRange()
|
D | InputReader.h | 1594 float newValue; // most recent value member
|