Searched refs:assertParamThrowsIllegalArgumentException (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DCallLogProviderTest.java266 assertParamThrowsIllegalArgumentException(Calls.LIMIT_PARAM_KEY, "notvalid");
270 assertParamThrowsIllegalArgumentException(Calls.OFFSET_PARAM_KEY, "notvalid");
273 private void assertParamThrowsIllegalArgumentException(String key, String value) { method in class:CallLogProviderTest

Completed in 91 milliseconds