Home | History | Annotate | Download | only in cts

Lines Matching defs:requery

83         assertTrue(cursor.requery());
85 assertFalse(cursor.requery());
111 assertTrue(cursor.requery());
126 assertTrue(cursor.requery());
162 assertTrue(cursor.requery());
163 // only after requery, getCount can get most up-to-date counting info now.
179 // add more data to the table and requery
181 assertTrue(c.requery());
189 // close the database and see if requery throws an exception
191 assertFalse(c.requery());
212 cursor.requery();