Searched defs:expected (Results 26 - 28 of 28) sorted by relevance

12

/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java168 * check that the state of the database is as expected.
200 int expected; field in class:CalendarProvider2Test.Delete
202 public Delete(String eventName, int expected, String account, String accountType) { argument
204 this.expected = expected;
212 assertEquals(expected, rows);
259 * expected value.
262 int expected; field in class:CalendarProvider2Test.QueryNumEvents
264 public QueryNumEvents(int expected) { argument
265 this.expected
318 int expected; field in class:CalendarProvider2Test.QueryNumInstances
322 QueryNumInstances(String startDate, String endDate, int expected) argument
614 InstanceInfo(String eventName, String startDate, String endDate, int expected) argument
1610 assertArrayEquals(T[] expected, T[] actual) argument
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java1158 .append(" expected <")
1246 protected void assertNetworkNotified(boolean expected) { argument
1247 assertEquals(expected, (getContactsProvider()).isNetworkNotified());
H A DContactsProvider2Test.java2344 } catch (SecurityException expected) {
2345 // The security exception is expected to occur because we're missing a permission.
2464 } catch (SecurityException expected) {
2475 } catch (SecurityException expected) {
2780 fail("the insert was expected to fail, but it succeeded");
2782 // this was expected
4115 } catch (SecurityException expected) {
4292 // Check that the photo stored is the expected one.
4319 // Check that the photo stored is the expected one.
4584 } catch (SecurityException expected) {
6219 assertFirstLetterValues(Cursor cursor, String... expected) argument
6225 assertFirstLetterCounts(Cursor cursor, int... expected) argument
[all...]

Completed in 67 milliseconds

12