Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/
DDatabaseUtils.java486 dumpCurrentRow(cursor, stream); in dumpCursor()
507 dumpCurrentRow(cursor, sb); in dumpCursor()
532 public static void dumpCurrentRow(Cursor cursor) { in dumpCurrentRow() method in DatabaseUtils
533 dumpCurrentRow(cursor, System.out); in dumpCurrentRow()
542 public static void dumpCurrentRow(Cursor cursor, PrintStream stream) { in dumpCurrentRow() method in DatabaseUtils
566 public static void dumpCurrentRow(Cursor cursor, StringBuilder sb) { in dumpCurrentRow() method in DatabaseUtils
592 dumpCurrentRow(cursor, sb); in dumpCurrentRowToString()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9618 method public static void dumpCurrentRow(android.database.Cursor);
9619 method public static void dumpCurrentRow(android.database.Cursor, java.io.PrintStream);
9620 method public static void dumpCurrentRow(android.database.Cursor, java.lang.StringBuilder);
/frameworks/base/api/
Dcurrent.txt11650 method public static void dumpCurrentRow(android.database.Cursor);
11651 method public static void dumpCurrentRow(android.database.Cursor, java.io.PrintStream);
11652 method public static void dumpCurrentRow(android.database.Cursor, java.lang.StringBuilder);
Dsystem-current.txt12430 method public static void dumpCurrentRow(android.database.Cursor);
12431 method public static void dumpCurrentRow(android.database.Cursor, java.io.PrintStream);
12432 method public static void dumpCurrentRow(android.database.Cursor, java.lang.StringBuilder);