@Implements(value=android.net.wifi.WifiManager.WifiLock.class) public static class ShadowWifiManager.ShadowWifiLock extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_ACTIVE_LOCKS |
Constructor and Description |
---|
ShadowWifiLock() |
Modifier and Type | Method and Description |
---|---|
void |
acquire() |
boolean |
isHeld() |
void |
release() |
void |
setReferenceCounted(boolean refCounted) |
public static final int MAX_ACTIVE_LOCKS
@Implementation public void acquire()
@Implementation public void release()
@Implementation public boolean isHeld()
@Implementation public void setReferenceCounted(boolean refCounted)