Home
last modified time | relevance | path

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

/cts/tests/tests/util/src/android/util/cts/
DSparseArrayTest.java64 Integer newValue = 100; in testSparseArrayWithDefaultCapacity() local
130 Integer newValue = 100; in testSparseArrayWithSpecifiedCapacity() local
DLongSparseArrayTest.java67 Integer newValue = 100; in testSparseArrayWithDefaultCapacity() local
133 Integer newValue = 100; in testSparseArrayWithSpecifiedCapacity() local
DSparseLongArrayTest.java65 long newValue = 100; in testSparseArrayWithDefaultCapacity() local
127 long newValue = 100; in testSparseArrayWithSpecifiedCapacity() local
DSparseIntArrayTest.java59 int newValue = 23; in testSparseIntArrayWithDefaultCapacity() local
108 int newValue = 23; in testSparseIntArrayWithSpecifiedCapacity() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DSettingsUtils.java89 final String newValue = get(namespace, key); in syncSet() local
139 final String newValue = get(namespace, key); in syncDelete() local
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DSettingsUtils.java90 final String newValue = get(namespace, key); in syncSet() local
140 final String newValue = get(namespace, key); in syncDelete() local
/cts/tests/tests/widget/src/android/widget/cts/
DNumberPickerTest.java486 final int newValue = 8; in testSelectionDividerHeight() local
/cts/tests/tests/preference/src/android/preference/cts/
DCustomPreference.java51 protected boolean callChangeListener(Object newValue) { in callChangeListener()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DTarget.java436 double newValue = mMinValue + delta; in ExpandMin() local
477 double newValue = mMaxValue + delta; in ExpandMax() local
/cts/tests/tests/rsblas/src/android/renderscript/cts/
DBNNMTest.java56 int newValue = (originalValue + delta); in addByteNoise() local
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DCtsContentCaptureService.java157 public void setIgnoreOrphanSessionEvents(boolean newValue) { in setIgnoreOrphanSessionEvents()
/cts/tests/tests/telecom/src/android/telecom/cts/
DBaseTelecomTestWithMockServices.java1496 final Object newValue = newExtras.get(key); in areBundlesEqual() local