Home
last modified time | relevance | path

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

/cts/tests/tests/database/src/android/database/cts/
DAbstractCursorTest.java81 private AbstractCursor mDatabaseCursor; field in AbstractCursorTest
106 mDatabaseCursor.close(); in tearDown()
185 mDatabaseCursor.setNotificationUri(getInstrumentation().getContext().getContentResolver(), in testSetNotificationUri()
195 mDatabaseCursor.setNotificationUris(mContext.getContentResolver(), in testSetNotificationUris_selfNotify()
198 mDatabaseCursor.registerContentObserver(observer); in testSetNotificationUris_selfNotify()
231 mDatabaseCursor.setNotificationUris(mContext.getContentResolver(), in testGetNotificationUris()
233 final List<Uri> actualNotificationUris = mDatabaseCursor.getNotificationUris(); in testGetNotificationUris()
373 mDatabaseCursor.fillWindow(0, window); in testGetWindow()
375 assertNotNull(mDatabaseCursor.getWindow()); in testGetWindow()
376 assertEquals(mDatabaseCursor.getCount(), window.getNumRows()); in testGetWindow()
[all …]