/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/core/java/android/database/sqlite/ |
D | SQLiteConnection.java | 243 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/ |
D | DatabaseHelper.java | 288 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
|
D | SettingsProvider.java | 750 protected void entryRemoved(boolean evicted, String key, Bundle oldValue, Bundle 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/util/ |
D | LruCache.java | 262 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() 887 protected boolean callChangeListener(Object newValue) { in callChangeListener()
|
/frameworks/base/core/java/android/os/ |
D | StrictMode.java | 2199 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/ |
D | MediaRouteChooserDialogFragment.java | 148 void changeVolume(int newValue) { in changeVolume()
|
/frameworks/rs/driver/ |
D | rsdRuntimeMath.cpp | 273 static int32_t SC_AtomicCas(volatile int32_t *ptr, int32_t expectedValue, int32_t newValue) { in SC_AtomicCas()
|
/frameworks/base/media/java/android/media/ |
D | MediaRouter.java | 597 static void systemVolumeChanged(int newValue) { in systemVolumeChanged()
|
/frameworks/base/services/input/ |
D | InputReader.cpp | 6150 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()
|
D | InputReader.h | 1678 float newValue; // most recent value member
|
/frameworks/base/services/java/com/android/server/ |
D | PowerManagerService.java | 2250 int newValue; in animateInternal() local
|