FileDocCategorySizeDatePackage
Looper.javaAPI DocAndroid 5.1 API1079Sat Mar 14 14:09:34 GMT 2015android.os

Looper.java

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!"); }
}