Home
last modified time | relevance | path

Searched refs:startLocalOnlyHotspot (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java533 when(mWifiService.startLocalOnlyHotspot(any(ILocalOnlyHotspotCallback.class), anyString(), in testCreationAndCloseOfLocalOnlyHotspotReservation()
535 mWifiManager.startLocalOnlyHotspot(callback, mHandler); in testCreationAndCloseOfLocalOnlyHotspotReservation()
555 when(mWifiService.startLocalOnlyHotspot(any(ILocalOnlyHotspotCallback.class), anyString(), in testLocalOnlyHotspotReservationCallsStopProperlyInTryWithResources()
557 mWifiManager.startLocalOnlyHotspot(callback, mHandler); in testLocalOnlyHotspotReservationCallsStopProperlyInTryWithResources()
717 mWifiManager.startLocalOnlyHotspot(callback, mHandler); in testStartLocalOnlyHotspot()
719 verify(mWifiService).startLocalOnlyHotspot(any(ILocalOnlyHotspotCallback.class), in testStartLocalOnlyHotspot()
730 doThrow(new SecurityException()).when(mWifiService).startLocalOnlyHotspot( in testStartLocalOnlyHotspotThrowsSecurityException()
733 mWifiManager.startLocalOnlyHotspot(callback, mHandler); in testStartLocalOnlyHotspotThrowsSecurityException()
743 doThrow(new IllegalStateException()).when(mWifiService).startLocalOnlyHotspot( in testStartLocalOnlyHotspotThrowsIllegalStateException()
746 mWifiManager.startLocalOnlyHotspot(callback, mHandler); in testStartLocalOnlyHotspotThrowsIllegalStateException()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java2804 int result = mWifiServiceImpl.startLocalOnlyHotspot(mLohsCallback, TEST_PACKAGE_NAME, in registerLOHSRequestFull()
2833 mWifiServiceImpl.startLocalOnlyHotspot( in testStartLocalOnlyHotspotThrowsSecurityExceptionWithoutCorrectPermission()
2847 mWifiServiceImpl.startLocalOnlyHotspot( in testStartLocalOnlyHotspotThrowsSecurityExceptionWithoutLocationPermission()
2858 mWifiServiceImpl.startLocalOnlyHotspot( in testStartLocalOnlyHotspotThrowsSecurityExceptionWithoutLocationEnabled()
2870 int result = mWifiServiceImpl.startLocalOnlyHotspot( in testStartLocalOnlyHotspotFailsIfRequestorNotForegroundApp()
2945 int returnCode = mWifiServiceImpl.startLocalOnlyHotspot( in testHotspotDoesNotStartWhenAlreadyTethering()
2960 int returnCode = mWifiServiceImpl.startLocalOnlyHotspot( in testHotspotDoesNotStartWhenTetheringDisallowed()
2975 mWifiServiceImpl.startLocalOnlyHotspot( in testStartLocalOnlyHotspotThrowsExceptionWhenCallerAlreadyRegistered()
3171 mWifiServiceImpl.startLocalOnlyHotspot(mLohsCallback, TEST_PACKAGE_NAME, TEST_FEATURE_ID, in testCustomLohs_FailsWithoutPermission()
3190 assertThat(mWifiServiceImpl.startLocalOnlyHotspot(exclusiveCallback, TEST_PACKAGE_NAME, in testCustomLohs_ExclusiveAfterShared()
[all …]
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl180 int startLocalOnlyHotspot(in ILocalOnlyHotspotCallback callback, String packageName, in startLocalOnlyHotspot() method
DWifiManager.java4099 public void startLocalOnlyHotspot(LocalOnlyHotspotCallback callback, in startLocalOnlyHotspot() method in WifiManager
4127 public void startLocalOnlyHotspot(@NonNull SoftApConfiguration config, in startLocalOnlyHotspot() method in WifiManager
4155 int returnCode = mService.startLocalOnlyHotspot(proxy, packageName, featureId, in startLocalOnlyHotspotInternal()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DBaseWifiService.java400 public int startLocalOnlyHotspot(ILocalOnlyHotspotCallback callback, String packageName, in startLocalOnlyHotspot() method in BaseWifiService
DWifiServiceImpl.java2008 public int startLocalOnlyHotspot(ILocalOnlyHotspotCallback callback, String packageName, in startLocalOnlyHotspot() method in WifiServiceImpl
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/
DConnectivityFragment.java657 mWifiManager.startLocalOnlyHotspot(cb, null); in startLocalOnly()
/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java647 mWifiManager.startLocalOnlyHotspot(new LocalOnlyHotspotCallback() { in startLocalOnlyApLocked()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt588 …S, android.Manifest.permission.NETWORK_SETUP_WIZARD}) public void startLocalOnlyHotspot(@NonNull a…
Dcurrent.txt418 …E, android.Manifest.permission.ACCESS_FINE_LOCATION}) public void startLocalOnlyHotspot(android.ne…
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt900 Landroid/net/wifi/IWifiManager$Stub$Proxy;->startLocalOnlyHotspot(Landroid/os/Messenger;Landroid/os…
1027 Landroid/net/wifi/IWifiManager;->startLocalOnlyHotspot(Landroid/os/Messenger;Landroid/os/IBinder;Lj…