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

/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1775 * Create a new MulticastLock
1777 * @param tag a tag for the MulticastLock to identify it in debugging
1780 * identify your application and the specific MulticastLock
1783 * @return a new, unacquired MulticastLock with the given tag.
1785 * @see MulticastLock
1787 public MulticastLock createMulticastLock(String tag) {
1788 return new MulticastLock(tag);
1794 * addressed to this device. Acquring a MulticastLock will
1799 public class MulticastLock { class in class:WifiManager
1806 private MulticastLock(Strin method in class:WifiManager.MulticastLock
[all...]

Completed in 204 milliseconds