Home
last modified time | relevance | path

Searched defs:startTetheredHotspot (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl176 boolean startTetheredHotspot(in SoftApConfiguration softApConfig, String packageName); in startTetheredHotspot() method
DWifiManager.java4012 public boolean startTetheredHotspot(@Nullable SoftApConfiguration softApConfig) { in startTetheredHotspot() method in WifiManager
/packages/modules/Wifi/service/java/com/android/server/wifi/
DBaseWifiService.java390 public boolean startTetheredHotspot(SoftApConfiguration softApConfig, String packageName) { in startTetheredHotspot() method in BaseWifiService
DWifiServiceImpl.java1176 public boolean startTetheredHotspot(@Nullable SoftApConfiguration softApConfig, in startTetheredHotspot() method in WifiServiceImpl