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.java61 import android.net.wifi.WifiManager.LocalOnlyHotspotSubscription;
216 try (WifiManager.LocalOnlyHotspotSubscription sub = in testCreationOfLocalOnlyHotspotSubscription()
217 mWifiManager.new LocalOnlyHotspotSubscription()) { in testCreationOfLocalOnlyHotspotSubscription()
289 public LocalOnlyHotspotSubscription mSub = null;
293 public void onRegistered(LocalOnlyHotspotSubscription sub) { in onRegistered()
325 WifiManager.LocalOnlyHotspotSubscription sub = in testLocalOnlyHotspotObserver()
326 mWifiManager.new LocalOnlyHotspotSubscription(); in testLocalOnlyHotspotObserver()
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java3370 public class LocalOnlyHotspotSubscription implements AutoCloseable { class
3375 public LocalOnlyHotspotSubscription() { in LocalOnlyHotspotSubscription() method in LocalOnlyHotspotSubscription
3412 public void onRegistered(LocalOnlyHotspotSubscription subscription) {}; in onRegistered()
3461 observer.onRegistered(manager.new LocalOnlyHotspotSubscription()); in LocalOnlyHotspotObserverProxy()