All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.os.Looper Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy