Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DSqlInjectionDetectionTest.java57 assertQueryThrows(IllegalArgumentException.class, Phone.CONTENT_URI, in testPhoneQueryBadProjection()
65 assertQueryThrows(SQLiteException.class, Phone.CONTENT_URI, PHONE_ID_PROJECTION, in testPhoneQueryBadSelection()
73 assertQueryThrows(SQLiteException.class, Phone.CONTENT_URI, in testPhoneQueryBadSortOrder()
103 private <T extends Exception> void assertQueryThrows(Class<T> exception, final Uri uri, in assertQueryThrows() method in SqlInjectionDetectionTest