Home
last modified time | relevance | path

Searched defs:newValue (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/server/
DBluetoothAdapterProperties.java78 String newValue = null; in getAllProperties() local
DBluetoothDeviceProperties.java52 String newValue = null; in addProperties() local
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java243 final long newValue = SQLiteGlobal.getDefaultPageSize(); in setPageSize() local
253 final long newValue = SQLiteGlobal.getWALAutoCheckpoint(); in setAutoCheckpointInterval() local
263 final long newValue = SQLiteGlobal.getJournalSizeLimit(); in setJournalSizeLimit() local
273 final long newValue = mConfiguration.foreignKeyConstraintsEnabled ? 1 : 0; in setForeignKeyModeFromConfiguration() local
293 private void setSyncMode(String newValue) { in setSyncMode()
312 private void setJournalMode(String newValue) { in setJournalMode()
1250 PreparedStatement oldValue, PreparedStatement newValue) { in entryRemoved()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java288 int newValue = (1 << AudioManager.STREAM_RING) in onUpgrade() local
401 int newValue = (1 << AudioManager.STREAM_RING) in onUpgrade() local
818 int newValue = (1 << AudioManager.STREAM_RING) in onUpgrade() local
DSettingsProvider.java750 protected void entryRemoved(boolean evicted, String key, Bundle oldValue, Bundle newValue) { in entryRemoved()
/frameworks/support/v4/java/android/support/v4/util/
DLruCache.java208 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved()
/frameworks/base/core/java/android/util/
DLruCache.java262 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved()
/frameworks/base/core/java/android/speech/tts/
DTtsEngines.java433 String newValue) { in updateValueInCommaSeparatedList()
/frameworks/base/core/java/android/preference/
DPreference.java143 boolean onPreferenceChange(Preference preference, Object newValue); in onPreferenceChange()
887 protected boolean callChangeListener(Object newValue) { in callChangeListener()
/frameworks/base/core/java/android/os/
DStrictMode.java2199 final int newValue = value != null ? value + 1 : 1; in InstanceTracker() local
2210 final int newValue = value - 1; in finalize() local
/frameworks/base/core/java/com/android/internal/app/
DMediaRouteChooserDialogFragment.java148 void changeVolume(int newValue) { in changeVolume()
/frameworks/rs/driver/
DrsdRuntimeMath.cpp273 static int32_t SC_AtomicCas(volatile int32_t *ptr, int32_t expectedValue, int32_t newValue) { in SC_AtomicCas()
/frameworks/base/media/java/android/media/
DMediaRouter.java597 static void systemVolumeChanged(int newValue) { in systemVolumeChanged()
/frameworks/base/services/input/
DInputReader.cpp6150 float newValue, highNewValue; in process() local
6251 float filter, float newValue, float currentValue, float min, float max) { in hasValueChangedSignificantly()
6267 float filter, float newValue, float currentValue, float thresholdValue) { in hasMovedNearerToValueWithinFilteredRange()
DInputReader.h1678 float newValue; // most recent value member
/frameworks/base/services/java/com/android/server/
DPowerManagerService.java2250 int newValue; in animateInternal() local