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

Looper

public final class Looper extends Object

Fields Summary
Constructors Summary
Looper()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voiddump(android.util.Printer pw, java.lang.String prefix)

 throw new RuntimeException("Stub!"); 
public static android.os.LoopergetMainLooper()

 throw new RuntimeException("Stub!"); 
public java.lang.ThreadgetThread()

 throw new RuntimeException("Stub!"); 
public static voidloop()

 throw new RuntimeException("Stub!"); 
public static android.os.LoopermyLooper()

 throw new RuntimeException("Stub!"); 
public static android.os.MessageQueuemyQueue()

 throw new RuntimeException("Stub!"); 
public static voidprepare()

 throw new RuntimeException("Stub!"); 
public static voidprepareMainLooper()

 throw new RuntimeException("Stub!"); 
public voidquit()

 throw new RuntimeException("Stub!"); 
public voidquitSafely()

 throw new RuntimeException("Stub!"); 
public voidsetMessageLogging(android.util.Printer printer)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!");