Class ShadowWifiManager.ShadowMulticastLock

  • Enclosing class:
    ShadowWifiManager

    @Implements(android.net.wifi.WifiManager.MulticastLock.class)
    public static class ShadowWifiManager.ShadowMulticastLock
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void acquire()  
      protected boolean isHeld()  
      protected void release()  
      protected void setReferenceCounted​(boolean refCounted)  
      • Methods inherited from class java.lang.Object

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

      • ShadowMulticastLock

        public ShadowMulticastLock()
    • Method Detail

      • acquire

        @Implementation
        protected void acquire()
      • release

        @Implementation
        protected void release()
      • setReferenceCounted

        @Implementation
        protected void setReferenceCounted​(boolean refCounted)
      • isHeld

        @Implementation
        protected boolean isHeld()