Searched refs:newAssertQuery (Results 1 – 2 of 2) sorted by relevance
138 ContentProviderOperation op1 = ContentProviderOperation.newAssertQuery(sTestUri1) in testAssert()157 ContentProviderOperation op1 = ContentProviderOperation.newAssertQuery(sTestUri1) in testAssertNoValues()173 ContentProviderOperation op2 = ContentProviderOperation.newAssertQuery(sTestUri1) in testAssertNoValues()189 ContentProviderOperation op3 = ContentProviderOperation.newAssertQuery(sTestUri1) in testAssertNoValues()
168 public static Builder newAssertQuery(Uri uri) { in newAssertQuery() method in ContentProviderOperation