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.java922 WifiManager.LocalOnlyHotspotReservation reservation = null; field in WifiManagerTest.TestLocalOnlyHotspotCallback
935 reservation = r; in onStarted()
1016 SoftApConfiguration softApConfig = callback.reservation.getSoftApConfiguration(); in startLocalOnlyHotspot()
1029 callback.reservation.getSoftApConfiguration().getBand()); in startLocalOnlyHotspot()
1043 callback.reservation.close(); in stopLocalOnlyHotspot()
1506 assertNotNull(callback.reservation); in testStartLocalOnlyHotspotWithConfigBssid()
1507 SoftApConfiguration softApConfig = callback.reservation.getSoftApConfiguration(); in testStartLocalOnlyHotspotWithConfigBssid()
1551 assertNotNull(callback.reservation); in testStartLocalOnlyHotspotWithNullBssidConfig()
1552 SoftApConfiguration softApConfig = callback.reservation.getSoftApConfiguration(); in testStartLocalOnlyHotspotWithNullBssidConfig()