Package org.robolectric.shadows
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 Summary
Constructors Constructor Description ShadowMulticastLock()
-
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)
-
-
-
Method Detail
-
acquire
@Implementation protected void acquire()
-
release
@Implementation protected void release()
-
setReferenceCounted
@Implementation protected void setReferenceCounted(boolean refCounted)
-
isHeld
@Implementation protected boolean isHeld()
-
-