Home
last modified time | relevance | path

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

/cts/tests/tests/util/src/android/util/cts/
DSparseLongArrayTest.java55 long newValue = 100; in testSparseArrayWithDefaultCapacity() local
116 long newValue = 100; in testSparseArrayWithSpecifiedCapacity() local
DLongSparseArrayTest.java55 Integer newValue = 100; in testSparseArrayWithDefaultCapacity() local
120 Integer newValue = 100; in testSparseArrayWithSpecifiedCapacity() local
DSparseArrayTest.java51 Integer newValue = 100; in testSparseArrayWithDefaultCapacity() local
116 Integer newValue = 100; in testSparseArrayWithSpecifiedCapacity() local
DSparseIntArrayTest.java56 int newValue = 23; in testSparseIntArrayWithDefaultCapacity() local
104 int newValue = 23; in testSparseIntArrayWithSpecifiedCapacity() local
/cts/tests/tests/preference2/src/android/preference2/cts/
DCustomPreference.java54 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/tests/telecom/src/android/telecom/cts/
DBaseTelecomTestWithMockServices.java1112 final Object newValue = newExtras.get(key); in areBundlesEqual() local