Home
last modified time | relevance | path

Searched refs:INDEX (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/database/src/android/database/cts/
DCursorIndexOutOfBoundsExceptionTest.java25 int INDEX = 100; in testConstructors() local
28 String expected2 = "Index " + INDEX + " requested, with a size of " + SIZE; in testConstructors()
44 throw new CursorIndexOutOfBoundsException(INDEX, SIZE); in testConstructors()
/cts/suite/audio_quality/test/
DTaskProcessTest.cpp37 const android::String8 INDEX("index"); in SetUp() local
40 ASSERT_TRUE(mSequential->parseAttribute(INDEX, I)); in SetUp()
DTaskSequentialTest.cpp44 const android::String8 INDEX("index"); in TEST_F() local
49 ASSERT_TRUE(mSequential->parseAttribute(INDEX, I)); in TEST_F()