Searched refs:reservation (Results 1 – 2 of 2) sorted by relevance
34 public void onStarted(WifiManager.LocalOnlyHotspotReservation reservation) { in turnOnHotspot()35 mReservation = reservation; in turnOnHotspot()36 super.onStarted(reservation); in turnOnHotspot()
1079 WifiManager.LocalOnlyHotspotReservation reservation = null; field in WifiManagerTest.TestLocalOnlyHotspotCallback1092 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 …]