Home
last modified time | relevance | path

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

/frameworks/base/wifi/tests/src/android/net/wifi/
DWifiManagerTest.java289 when(mWifiService.startLocalOnlyHotspot(any(ILocalOnlyHotspotCallback.class), anyString(), in testCreationAndCloseOfLocalOnlyHotspotReservation()
291 mWifiManager.startLocalOnlyHotspot(callback, mHandler); in testCreationAndCloseOfLocalOnlyHotspotReservation()
311 when(mWifiService.startLocalOnlyHotspot(any(ILocalOnlyHotspotCallback.class), anyString(), in testLocalOnlyHotspotReservationCallsStopProperlyInTryWithResources()
313 mWifiManager.startLocalOnlyHotspot(callback, mHandler); in testLocalOnlyHotspotReservationCallsStopProperlyInTryWithResources()
473 mWifiManager.startLocalOnlyHotspot(callback, mHandler); in testStartLocalOnlyHotspot()
475 verify(mWifiService).startLocalOnlyHotspot(any(ILocalOnlyHotspotCallback.class), in testStartLocalOnlyHotspot()
486 doThrow(new SecurityException()).when(mWifiService).startLocalOnlyHotspot( in testStartLocalOnlyHotspotThrowsSecurityException()
489 mWifiManager.startLocalOnlyHotspot(callback, mHandler); in testStartLocalOnlyHotspotThrowsSecurityException()
499 doThrow(new IllegalStateException()).when(mWifiService).startLocalOnlyHotspot( in testStartLocalOnlyHotspotThrowsIllegalStateException()
502 mWifiManager.startLocalOnlyHotspot(callback, mHandler); in testStartLocalOnlyHotspotThrowsIllegalStateException()
[all …]
/frameworks/opt/tv/tvsystem/java/com/android/libraries/tv/tvsystem/wifi/
DTvWifiManager.java64 public void startLocalOnlyHotspot(@NonNull SoftApConfiguration config, in startLocalOnlyHotspot() method in TvWifiManager
73 mWifiManager.startLocalOnlyHotspot(frameworkConfig, executor, callback); in startLocalOnlyHotspot()
/frameworks/opt/tv/tvsystem/api/
Dsystem-current.txt24 …S, android.Manifest.permission.NETWORK_SETUP_WIZARD}) public void startLocalOnlyHotspot(@NonNull c…
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java1958 int result = mWifiServiceImpl.startLocalOnlyHotspot(mLohsCallback, TEST_PACKAGE_NAME, in registerLOHSRequestFull()
1982 mWifiServiceImpl.startLocalOnlyHotspot( in testStartLocalOnlyHotspotThrowsSecurityExceptionWithoutCorrectPermission()
1996 mWifiServiceImpl.startLocalOnlyHotspot( in testStartLocalOnlyHotspotThrowsSecurityExceptionWithoutLocationPermission()
2007 mWifiServiceImpl.startLocalOnlyHotspot( in testStartLocalOnlyHotspotThrowsSecurityExceptionWithoutLocationEnabled()
2019 int result = mWifiServiceImpl.startLocalOnlyHotspot( in testStartLocalOnlyHotspotFailsIfRequestorNotForegroundApp()
2081 int returnCode = mWifiServiceImpl.startLocalOnlyHotspot( in testHotspotDoesNotStartWhenAlreadyTethering()
2096 int returnCode = mWifiServiceImpl.startLocalOnlyHotspot( in testHotspotDoesNotStartWhenTetheringDisallowed()
2109 mWifiServiceImpl.startLocalOnlyHotspot( in testStartLocalOnlyHotspotThrowsExceptionWhenCallerAlreadyRegistered()
2286 mWifiServiceImpl.startLocalOnlyHotspot(mLohsCallback, TEST_PACKAGE_NAME, TEST_FEATURE_ID, in testCustomLohs_FailsWithoutPermission()
2304 assertThat(mWifiServiceImpl.startLocalOnlyHotspot(exclusiveCallback, TEST_PACKAGE_NAME, in testCustomLohs_ExclusiveAfterShared()
[all …]
/frameworks/base/wifi/java/android/net/wifi/
DIWifiManager.aidl153 int startLocalOnlyHotspot(in ILocalOnlyHotspotCallback callback, String packageName, in startLocalOnlyHotspot() method
DWifiManager.java3163 public void startLocalOnlyHotspot(LocalOnlyHotspotCallback callback, in startLocalOnlyHotspot() method in WifiManager
3191 public void startLocalOnlyHotspot(@NonNull SoftApConfiguration config, in startLocalOnlyHotspot() method in WifiManager
3219 int returnCode = mService.startLocalOnlyHotspot(proxy, packageName, featureId, in startLocalOnlyHotspotInternal()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DBaseWifiService.java353 public int startLocalOnlyHotspot(ILocalOnlyHotspotCallback callback, String packageName, in startLocalOnlyHotspot() method in BaseWifiService
DWifiServiceImpl.java1731 public int startLocalOnlyHotspot(ILocalOnlyHotspotCallback callback, String packageName, in startLocalOnlyHotspot() method in WifiServiceImpl
/frameworks/base/api/
Dsystem-lint-baseline.txt369 SamShouldBeLast: android.net.wifi.WifiManager#startLocalOnlyHotspot(android.net.wifi.SoftApConfigur…
Dlint-baseline.txt924 RequiresPermission: android.net.wifi.WifiManager#startLocalOnlyHotspot(android.net.wifi.WifiManager…
Dsystem-current.txt7270 …S, android.Manifest.permission.NETWORK_SETUP_WIZARD}) public void startLocalOnlyHotspot(@NonNull a…
Dcurrent.txt31436 …E, android.Manifest.permission.ACCESS_FINE_LOCATION}) public void startLocalOnlyHotspot(android.ne…
/frameworks/base/wifi/api/
Dsystem-current.txt473 …S, android.Manifest.permission.NETWORK_SETUP_WIZARD}) public void startLocalOnlyHotspot(@NonNull a…
Dcurrent.txt356 …E, android.Manifest.permission.ACCESS_FINE_LOCATION}) public void startLocalOnlyHotspot(android.ne…
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...