android.os.Looper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.os;
public class Looper
{
Looper() { throw new RuntimeException("Stub!"); }
public static void prepare() { throw new RuntimeException("Stub!"); }
public static void prepareMainLooper() { throw new RuntimeException("Stub!"); }
public static android.os.Looper getMainLooper() { throw new RuntimeException("Stub!"); }
public static void loop() { throw new RuntimeException("Stub!"); }
public static android.os.Looper myLooper() { throw new RuntimeException("Stub!"); }
public void setMessageLogging(android.util.Printer printer) { throw new RuntimeException("Stub!"); }
public static android.os.MessageQueue myQueue() { throw new RuntimeException("Stub!"); }
public void quit() { throw new RuntimeException("Stub!"); }
public java.lang.Thread getThread() { throw new RuntimeException("Stub!"); }
public void dump(android.util.Printer pw, java.lang.String prefix) { throw new RuntimeException("Stub!"); }
public java.lang.String toString() { throw new RuntimeException("Stub!"); }
}