HomeSort by relevance Sort by last modified time
    Searched defs:LocalOnlyHotspotReservation (Results 1 - 4 of 4) sorted by null

  /frameworks/base/wifi/tests/src/android/net/wifi/
WifiManagerTest.java 38 import android.net.wifi.WifiManager.LocalOnlyHotspotReservation;
125 * Test creation of a LocalOnlyHotspotReservation and verify that close properly calls
135 callback.onStarted(mWifiManager.new LocalOnlyHotspotReservation(mApConfig));
153 callback.onStarted(mWifiManager.new LocalOnlyHotspotReservation(mApConfig));
155 try (WifiManager.LocalOnlyHotspotReservation res = callback.mRes) {
178 public LocalOnlyHotspotReservation mRes = null;
182 public void onStarted(LocalOnlyHotspotReservation r) {
213 WifiManager.LocalOnlyHotspotReservation res =
214 mWifiManager.new LocalOnlyHotspotReservation(mApConfig);
    [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 182 milliseconds