Home
last modified time | relevance | path

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

/cts/apps/hotspot/src/com/android/cts/hotspot/
DNotify.java34 public void onStarted(WifiManager.LocalOnlyHotspotReservation reservation) { in turnOnHotspot()
35 mReservation = reservation; in turnOnHotspot()
36 super.onStarted(reservation); in turnOnHotspot()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java1079 WifiManager.LocalOnlyHotspotReservation reservation = null; field in WifiManagerTest.TestLocalOnlyHotspotCallback
1092 reservation = r; in onStarted()
1169 SoftApConfiguration softApConfig = callback.reservation.getSoftApConfiguration(); in startLocalOnlyHotspot()
1182 callback.reservation.getSoftApConfiguration().getBand()); in startLocalOnlyHotspot()
1196 if (callback.reservation != null) { in stopLocalOnlyHotspot()
1197 callback.reservation.close(); in stopLocalOnlyHotspot()
2152 assertNotNull(callback.reservation); in testStartLocalOnlyHotspotWithSupportedBand()
2153 SoftApConfiguration softApConfig = callback.reservation.getSoftApConfiguration(); in testStartLocalOnlyHotspotWithSupportedBand()
2212 assertNotNull(callback.reservation); in testStartLocalOnlyHotspotWithConfigBssid()
2213 SoftApConfiguration softApConfig = callback.reservation.getSoftApConfiguration(); in testStartLocalOnlyHotspotWithConfigBssid()
[all …]