Searched refs:mDatabaseCursor (Results 1 – 1 of 1) sorted by relevance
81 private AbstractCursor mDatabaseCursor; field in AbstractCursorTest106 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 …]