Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java597 when(mWifiService.startLocalOnlyHotspot(any(ILocalOnlyHotspotCallback.class), anyString(), in testCreationAndCloseOfLocalOnlyHotspotReservation()
599 mWifiManager.startLocalOnlyHotspot(callback, mHandler); in testCreationAndCloseOfLocalOnlyHotspotReservation()
619 when(mWifiService.startLocalOnlyHotspot(any(ILocalOnlyHotspotCallback.class), anyString(), in testLocalOnlyHotspotReservationCallsStopProperlyInTryWithResources()
621 mWifiManager.startLocalOnlyHotspot(callback, mHandler); in testLocalOnlyHotspotReservationCallsStopProperlyInTryWithResources()
795 mWifiManager.startLocalOnlyHotspot(callback, mHandler); in testStartLocalOnlyHotspot()
797 verify(mWifiService).startLocalOnlyHotspot(any(ILocalOnlyHotspotCallback.class), in testStartLocalOnlyHotspot()
808 doThrow(new SecurityException()).when(mWifiService).startLocalOnlyHotspot( in testStartLocalOnlyHotspotThrowsSecurityException()
811 mWifiManager.startLocalOnlyHotspot(callback, mHandler); in testStartLocalOnlyHotspotThrowsSecurityException()
821 doThrow(new IllegalStateException()).when(mWifiService).startLocalOnlyHotspot( in testStartLocalOnlyHotspotThrowsIllegalStateException()
824 mWifiManager.startLocalOnlyHotspot(callback, mHandler); in testStartLocalOnlyHotspotThrowsIllegalStateException()
[all …]
/packages/modules/Wifi/framework/api/
Dmodule-lib-lint-baseline.txt92 RequiresPermission: android.net.wifi.WifiManager#startLocalOnlyHotspot(android.net.wifi.SoftApConfi…
93 …Method 'startLocalOnlyHotspot' documentation mentions permissions already declared by @RequiresPer…
94 RequiresPermission: android.net.wifi.WifiManager#startLocalOnlyHotspot(android.net.wifi.WifiManager…
95 …Method 'startLocalOnlyHotspot' documentation mentions permissions already declared by @RequiresPer…
Dsystem-lint-baseline.txt112 RequiresPermission: android.net.wifi.WifiManager#startLocalOnlyHotspot(android.net.wifi.SoftApConfi…
113 …Method 'startLocalOnlyHotspot' documentation mentions permissions already declared by @RequiresPer…
114 RequiresPermission: android.net.wifi.WifiManager#startLocalOnlyHotspot(android.net.wifi.WifiManager…
115 …Method 'startLocalOnlyHotspot' documentation mentions permissions already declared by @RequiresPer…
Dlint-baseline.txt40 RequiresPermission: android.net.wifi.WifiManager#startLocalOnlyHotspot(android.net.wifi.WifiManager…
41 …Method 'startLocalOnlyHotspot' documentation mentions permissions already declared by @RequiresPer…
Dsystem-current.txt819 …RD, android.Manifest.permission.NEARBY_WIFI_DEVICES}) public void startLocalOnlyHotspot(@NonNull a…
Dcurrent.txt544 …st.permission.NEARBY_WIFI_DEVICES}, conditional=true) public void startLocalOnlyHotspot(android.ne…
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarProjectionServiceTest.java230 .startLocalOnlyHotspot( in startProjectionLohs()
236 .startLocalOnlyHotspot(lohsCallbackCaptor.capture(), any(Handler.class)); in startProjectionLohs()
/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java736 mWifiManager.startLocalOnlyHotspot(new ProjectionLocalOnlyHotspotCallback(), mHandler); in startLocalOnlyApLocked()
739 mWifiManager.startLocalOnlyHotspot( in startLocalOnlyApLocked()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java3552 int result = mWifiServiceImpl.startLocalOnlyHotspot(mLohsCallback, TEST_PACKAGE_NAME, in registerLOHSRequestFull()
3580 mWifiServiceImpl.startLocalOnlyHotspot( in testStartLocalOnlyHotspotThrowsSecurityExceptionWithoutCorrectPermission()
3594 mWifiServiceImpl.startLocalOnlyHotspot( in testStartLocalOnlyHotspotThrowsSecurityExceptionWithoutLocationPermission()
3610 mWifiServiceImpl.startLocalOnlyHotspot( in testStartLocalOnlyHotspotThrowsExceptionWithoutNearbyDevicesPermissionOnT()
3624 mWifiServiceImpl.startLocalOnlyHotspot( in testStartLocalOnlyHotspotDoesNotCheckNearbyPermissionIfTargetPreT()
3637 mWifiServiceImpl.startLocalOnlyHotspot( in testStartLocalOnlyHotspotThrowsSecurityExceptionWithoutLocationEnabled()
3649 int result = mWifiServiceImpl.startLocalOnlyHotspot( in testStartLocalOnlyHotspotFailsIfRequestorNotForegroundApp()
3757 int returnCode = mWifiServiceImpl.startLocalOnlyHotspot( in testHotspotDoesNotStartWhenAlreadyTethering()
3772 int returnCode = mWifiServiceImpl.startLocalOnlyHotspot( in testHotspotDoesNotStartWhenTetheringDisallowed()
3785 mWifiServiceImpl.startLocalOnlyHotspot( in testStartLocalOnlyHotspotThrowsExceptionWhenCallerAlreadyRegistered()
[all …]
DWifiShellCommandTest.java569 verify(mWifiService).startLocalOnlyHotspot(any(), eq(SHELL_PACKAGE_NAME), any(), in testStartLohs()
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl247 int startLocalOnlyHotspot(in ILocalOnlyHotspotCallback callback, String packageName, in startLocalOnlyHotspot() method
DBaseWifiService.java509 public int startLocalOnlyHotspot(ILocalOnlyHotspotCallback callback, String packageName, in startLocalOnlyHotspot() method in BaseWifiService
DWifiManager.java5851 public void startLocalOnlyHotspot(LocalOnlyHotspotCallback callback, in startLocalOnlyHotspot() method in WifiManager
5881 public void startLocalOnlyHotspot(@NonNull SoftApConfiguration config, in startLocalOnlyHotspot() method in WifiManager
5914 int returnCode = mService.startLocalOnlyHotspot(proxy, packageName, featureId, in startLocalOnlyHotspotInternal()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/
DConnectivityFragment.java652 mWifiManager.startLocalOnlyHotspot(cb, null); in startLocalOnly()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java853 if (REQUEST_REGISTERED != mWifiService.startLocalOnlyHotspot( in onCommand()
DWifiServiceImpl.java2734 public int startLocalOnlyHotspot(ILocalOnlyHotspotCallback callback, String packageName, in startLocalOnlyHotspot() method in WifiServiceImpl
/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…