FileDocCategorySizeDatePackage
HandlerThread.javaAPI DocAndroid 5.1 API680Sat Mar 14 14:09:40 GMT 2015android.os

HandlerThread

public class HandlerThread extends Thread

Fields Summary
Constructors Summary
public HandlerThread(String name)

 throw new RuntimeException("Stub!"); 
public HandlerThread(String name, int priority)

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.os.LoopergetLooper()

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

 throw new RuntimeException("Stub!"); 
protected voidonLooperPrepared()

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

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

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

 throw new RuntimeException("Stub!");