Searched refs:startTetheredHotspotRequest (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | IWifiManager.aidl | 241 …void startTetheredHotspotRequest(in TetheringRequest request, in ISoftApCallback callback, String … in startTetheredHotspotRequest() method
|
D | BaseWifiService.java | 493 public void startTetheredHotspotRequest(TetheringManager.TetheringRequest request, in startTetheredHotspotRequest() method in BaseWifiService
|
D | WifiManager.java | 5746 mService.startTetheredHotspotRequest(request, binderCallback, in startTetheredHotspot()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiServiceImplTest.java | 2328 mWifiServiceImpl.startTetheredHotspotRequest(request, mClientSoftApCallback, in testStartTetheredHotspotRequestWithoutPermissionThrowsException() 2344 mWifiServiceImpl.startTetheredHotspotRequest(request, mClientSoftApCallback, in testStartTetheredHotspotRequestNetworkStackWithMainlineNetworkStackSucceeds() 2361 mWifiServiceImpl.startTetheredHotspotRequest(null, mClientSoftApCallback, in testStartTetheredHotspotNullRequestFails() 2373 mWifiServiceImpl.startTetheredHotspotRequest(request, in testStartTetheredHotspotRequestWithPermissions() 2434 mWifiServiceImpl.startTetheredHotspotRequest(TEST_TETHERING_REQUEST, mClientSoftApCallback, in testStartTetheredHotspotRequestWithUserRestriction() 3732 mWifiServiceImpl.startTetheredHotspotRequest(TEST_TETHERING_REQUEST, mClientSoftApCallback, in testStartTetheredHotspotRequestDoesNotStartWhenAlreadyTetheringActive()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 1777 public void startTetheredHotspotRequest(@NonNull TetheringManager.TetheringRequest request, in startTetheredHotspotRequest() method in WifiServiceImpl
|