Searched defs:Debug (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/util/
H A DDebug.java38 public class Debug { class
44 // BEGIN Android-changed: Debug is stubbed and disabled on Android.
126 // END Android-changed: Debug is stubbed and disabled on Android.
129 * Get a Debug object corresponding to whether or not the given
133 public static Debug getInstance(String option)
139 * Get a Debug object corresponding to whether or not the given
142 public static Debug getInstance(String option, String prefix)
145 Debug d = new Debug();

Completed in 44 milliseconds