package android.os;
public final 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 void quitSafely() { 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!"); }
}
|