Class ShadowWifiManager.ShadowMulticastLock

java.lang.Object
org.robolectric.shadows.ShadowWifiManager.ShadowMulticastLock
Enclosing class:
ShadowWifiManager

@Implements(android.net.wifi.WifiManager.MulticastLock.class) public static class ShadowWifiManager.ShadowMulticastLock extends Object
  • Constructor Details

    • ShadowMulticastLock

      public ShadowMulticastLock()
  • Method Details

    • acquire

      @Implementation protected void acquire()
    • release

      @Implementation protected void release()
    • setReferenceCounted

      @Implementation protected void setReferenceCounted(boolean refCounted)
    • isHeld

      @Implementation protected boolean isHeld()