Searched refs:assertQueryThrows (Results 1 – 1 of 1) sorted by relevance
57 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