Home
last modified time | relevance | path

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

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