Searched defs:MulticastLock (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java3216 * Create a new MulticastLock
3218 * @param tag a tag for the MulticastLock to identify it in debugging
3221 * identify your application and the specific MulticastLock
3224 * @return a new, unacquired MulticastLock with the given tag.
3226 * @see MulticastLock
3228 public MulticastLock createMulticastLock(String tag) {
3229 return new MulticastLock(tag);
3235 * addressed to this device. Acquring a MulticastLock will
3240 public class MulticastLock { class in class:WifiManager
3247 private MulticastLock(Strin method in class:WifiManager.MulticastLock
[all...]

Completed in 46 milliseconds