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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1964 * Create a new MulticastLock
1966 * @param tag a tag for the MulticastLock to identify it in debugging
1969 * identify your application and the specific MulticastLock
1972 * @return a new, unacquired MulticastLock with the given tag.
1974 * @see MulticastLock
1976 public MulticastLock createMulticastLock(String tag) {
1977 return new MulticastLock(tag);
1983 * addressed to this device. Acquring a MulticastLock will
1988 public class MulticastLock { class in class:WifiManager
1995 private MulticastLock(Strin method in class:WifiManager.MulticastLock
[all...]

Completed in 29 milliseconds