Home
last modified time | relevance | path

Searched refs:LocalOnlyHotspotSubscription (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java48 import android.net.wifi.WifiManager.LocalOnlyHotspotSubscription;
180 try (WifiManager.LocalOnlyHotspotSubscription sub = in testCreationOfLocalOnlyHotspotSubscription()
181 mWifiManager.new LocalOnlyHotspotSubscription()) { in testCreationOfLocalOnlyHotspotSubscription()
253 public LocalOnlyHotspotSubscription mSub = null;
257 public void onRegistered(LocalOnlyHotspotSubscription sub) { in onRegistered()
289 WifiManager.LocalOnlyHotspotSubscription sub = in testLocalOnlyHotspotObserver()
290 mWifiManager.new LocalOnlyHotspotSubscription(); in testLocalOnlyHotspotObserver()
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java2699 public class LocalOnlyHotspotSubscription implements AutoCloseable { class
2704 public LocalOnlyHotspotSubscription() { in LocalOnlyHotspotSubscription() method in LocalOnlyHotspotSubscription
2741 public void onRegistered(LocalOnlyHotspotSubscription subscription) {}; in onRegistered()
2790 observer.onRegistered(manager.new LocalOnlyHotspotSubscription()); in LocalOnlyHotspotObserverProxy()