1{ 2 "methods": { 3 "acquire()": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected", 7 "synchronized" 8 ], 9 "params": [], 10 "returnType": "void", 11 "exceptions": [], 12 "name": "acquire()" 13 }, 14 "isHeld()": { 15 "isImplementation": true, 16 "modifiers": [ 17 "protected", 18 "synchronized" 19 ], 20 "params": [], 21 "returnType": "boolean", 22 "exceptions": [], 23 "name": "isHeld()" 24 }, 25 "release()": { 26 "isImplementation": true, 27 "modifiers": [ 28 "protected", 29 "synchronized" 30 ], 31 "params": [], 32 "returnType": "void", 33 "exceptions": [], 34 "name": "release()" 35 }, 36 "setReferenceCounted(boolean)": { 37 "isImplementation": true, 38 "modifiers": [ 39 "protected" 40 ], 41 "params": [ 42 "refCounted" 43 ], 44 "returnType": "void", 45 "exceptions": [], 46 "name": "setReferenceCounted(boolean)" 47 }, 48 "setWifiManager(android.net.wifi.WifiManager)": { 49 "isImplementation": false, 50 "modifiers": [ 51 "private" 52 ], 53 "params": [ 54 "wifiManager" 55 ], 56 "returnType": "void", 57 "exceptions": [], 58 "name": "setWifiManager(android.net.wifi.WifiManager)" 59 } 60 }, 61 "imports": [ 62 "android.os.Build.VERSION_CODES.JELLY_BEAN_MR2", 63 "android.os.Build.VERSION_CODES.KITKAT", 64 "android.os.Build.VERSION_CODES.LOLLIPOP", 65 "android.content.Context", 66 "android.net.ConnectivityManager", 67 "android.net.DhcpInfo", 68 "android.net.NetworkInfo", 69 "android.net.wifi.ScanResult", 70 "android.net.wifi.WifiConfiguration", 71 "android.net.wifi.WifiInfo", 72 "android.net.wifi.WifiManager", 73 "android.net.wifi.WifiManager.MulticastLock", 74 "android.util.Pair", 75 "java.util.ArrayList", 76 "java.util.LinkedHashMap", 77 "java.util.List", 78 "java.util.Map", 79 "java.util.concurrent.atomic.AtomicInteger", 80 "org.robolectric.RuntimeEnvironment", 81 "org.robolectric.annotation.HiddenApi", 82 "org.robolectric.annotation.Implementation", 83 "org.robolectric.annotation.Implements", 84 "org.robolectric.annotation.RealObject", 85 "org.robolectric.shadow.api.Shadow", 86 "org.robolectric.util.ReflectionHelpers" 87 ], 88 "name": "org.robolectric.shadows.ShadowWifiManager.ShadowWifiLock" 89}