Home
last modified time | relevance | path

Searched refs:API_START_LOCAL_ONLY_HOTSPOT (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DLastCallerInfoManager.java96 case WifiManager.API_START_LOCAL_ONLY_HOTSPOT: in convertApiName()
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiManager.java527 API_START_LOCAL_ONLY_HOTSPOT,
734 public static final int API_START_LOCAL_ONLY_HOTSPOT = 20; field in WifiManager
/packages/modules/Wifi/framework/api/
Dsystem-current.txt873 field public static final int API_START_LOCAL_ONLY_HOTSPOT = 20; // 0x14
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java2788 mLastCallerInfoManager.put(WifiManager.API_START_LOCAL_ONLY_HOTSPOT, Process.myTid(), in startLocalOnlyHotspot()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java4749 eq(WifiManager.API_START_LOCAL_ONLY_HOTSPOT), anyInt(), anyInt(), anyInt(), in testRegisterLocalOnlyHotspotRequestAfterStoppedNoOnStartedCallback()