Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/apishim/35/com/android/networkstack/apishim/
DWifiManagerShimImpl.java62 public void startTetheredHotspot( in startTetheredHotspot() method in WifiManagerShimImpl
/packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/
DWifiManagerShim.java71 default void startTetheredHotspot( in startTetheredHotspot() method
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl239 boolean startTetheredHotspot(in SoftApConfiguration softApConfig, String packageName); in startTetheredHotspot() method
DBaseWifiService.java488 public boolean startTetheredHotspot(SoftApConfiguration softApConfig, String packageName) { in startTetheredHotspot() method in BaseWifiService
DWifiManager.java5715 public boolean startTetheredHotspot(@Nullable SoftApConfiguration softApConfig) { in startTetheredHotspot() method in WifiManager
5739 public void startTetheredHotspot(@NonNull TetheringManager.TetheringRequest request, in startTetheredHotspot() method in WifiManager
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java1750 public boolean startTetheredHotspot(@Nullable SoftApConfiguration softApConfig, in startTetheredHotspot() method in WifiServiceImpl