Home
last modified time | relevance | path

Searched refs:hasValue (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/peripheralprofile/
DListsHelper.java35 static private boolean hasValue(int[] a, int value) { in hasValue() method in ListsHelper
56 if (!hasValue(b, aVal)) { in isSubset()
/cts/tests/tests/animation/src/android/animation/cts/
DKeyframeTest.java59 assertTrue(keyFrame.hasValue()); in testOfIntValue()
66 assertTrue(keyFrame.hasValue()); in testOfFloatValue()
81 assertTrue(keyFrame.hasValue()); in testOfObjectValue()
DPropertyValuesHolderTest.java165 assertTrue("Keyframe should be assigned a value", emptyKeyframe1.hasValue()); in testResetValues()
177 assertTrue("Keyframe should be assigned a value", emptyKeyframe2.hasValue()); in testResetValues()
200 assertTrue("Keyframe should get a value", emptyKeyframe1.hasValue()); in testResetValues()
222 + " class", emptyKeyframe1.hasValue()); in testResetValues()
/cts/tests/tests/content/src/android/content/res/cts/
DTypedArrayTest.java216 assertTrue(t.hasValue(R.styleable.style1_type16)); in testHasValue()
217 assertFalse(t.hasValue(R.styleable.style1_typeEmpty)); in testHasValue()
218 assertFalse(t.hasValue(R.styleable.style1_typeUndefined)); in testHasValue()