Home
last modified time | relevance | path

Searched defs:testCursor (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/database/src/android/database/cts/
DDatabaseCursorTest.java129 Cursor testCursor = mDatabase.query("test", null, null, null, null, null, null); in testBlob() local
153 Cursor testCursor = getTestCursor(mDatabase.rawQuery("SELECT data FROM test", null)); in testRealColumns() local
164 Cursor testCursor = getTestCursor(mDatabase.query("test", null, null, null, null, null, in testCursor1() local
230 Cursor testCursor = getTestCursor(mDatabase.query("test", null, "_id > 1000", null, null, in testCursor2() local
272 Cursor testCursor = getTestCursor(mDatabase.query("test", null, null, null, null, null, in testLargeField() local
330 Cursor testCursor = getTestCursor(mDatabase.query("test", new String[] { "data" }, in testManyRowsLong() local
365 Cursor testCursor = getTestCursor(mDatabase.query("test", new String[] { "data" }, null, in testManyRowsTxt() local
401 Cursor testCursor = getTestCursor(mDatabase.query("test", new String[] { "txt", "data" }, in testManyRowsTxtLong() local
420 Cursor testCursor = getTestCursor(mDatabase.rawQuery("SELECT * FROM test", null)); in testRequery() local
433 Cursor testCursor = getTestCursor( in testRequeryWithSelection() local
[all …]
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
DClientTest.java365 final Cursor testCursor = InstrumentationRegistry in testStartNormal() local
502 final Cursor testCursor = contentResolver.query( in testStartEphemeral() local
/cts/tests/mediaprovider/src/android/provider/cts/media/
DMediaStoreNotificationTest.java119 public void testCursor() throws Exception { in testCursor() method in MediaStoreNotificationTest
/cts/tests/mediaprovider/modern/src/android/provider/cts/media/modern/
DMediaStoreNotificationTest.java119 public void testCursor() throws Exception { in testCursor() method in MediaStoreNotificationTest
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DClientTest.java494 final Cursor testCursor = InstrumentationRegistry in testStartNormal() local
703 final Cursor testCursor = InstrumentationRegistry in testStartExposed10() local
1032 final Cursor testCursor = InstrumentationRegistry in testStartEphemeral() local