Package android.os

Class HandlerThread


  • public class HandlerThread
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HandlerThread​(java.lang.String name, int flags)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Looper getLooper()  
      void start()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HandlerThread

        public HandlerThread​(java.lang.String name,
                             int flags)
    • Method Detail

      • start

        public void start()
      • getLooper

        public Looper getLooper()