Java tutorial
//package com.java2s; public class Main { public static void dumpCurrentRow(android.database.Cursor cursor) { throw new RuntimeException("Stub!"); } public static void dumpCurrentRow(android.database.Cursor cursor, java.io.PrintStream stream) { throw new RuntimeException("Stub!"); } public static void dumpCurrentRow(android.database.Cursor cursor, java.lang.StringBuilder sb) { throw new RuntimeException("Stub!"); } }