/frameworks/base/wifi/tests/src/android/net/wifi/ |
D | WifiManagerTest.java | 289 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/ |
D | TvWifiManager.java | 64 public void startLocalOnlyHotspot(@NonNull SoftApConfiguration config, in startLocalOnlyHotspot() method in TvWifiManager 73 mWifiManager.startLocalOnlyHotspot(frameworkConfig, executor, callback); in startLocalOnlyHotspot()
|
/frameworks/opt/tv/tvsystem/api/ |
D | system-current.txt | 24 …S, android.Manifest.permission.NETWORK_SETUP_WIZARD}) public void startLocalOnlyHotspot(@NonNull c…
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiServiceImplTest.java | 1958 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/ |
D | IWifiManager.aidl | 153 int startLocalOnlyHotspot(in ILocalOnlyHotspotCallback callback, String packageName, in startLocalOnlyHotspot() method
|
D | WifiManager.java | 3163 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/ |
D | BaseWifiService.java | 353 public int startLocalOnlyHotspot(ILocalOnlyHotspotCallback callback, String packageName, in startLocalOnlyHotspot() method in BaseWifiService
|
D | WifiServiceImpl.java | 1731 public int startLocalOnlyHotspot(ILocalOnlyHotspotCallback callback, String packageName, in startLocalOnlyHotspot() method in WifiServiceImpl
|
/frameworks/base/api/ |
D | system-lint-baseline.txt | 369 SamShouldBeLast: android.net.wifi.WifiManager#startLocalOnlyHotspot(android.net.wifi.SoftApConfigur…
|
D | lint-baseline.txt | 924 RequiresPermission: android.net.wifi.WifiManager#startLocalOnlyHotspot(android.net.wifi.WifiManager…
|
D | system-current.txt | 7270 …S, android.Manifest.permission.NETWORK_SETUP_WIZARD}) public void startLocalOnlyHotspot(@NonNull a…
|
D | current.txt | 31436 …E, android.Manifest.permission.ACCESS_FINE_LOCATION}) public void startLocalOnlyHotspot(android.ne…
|
/frameworks/base/wifi/api/ |
D | system-current.txt | 473 …S, android.Manifest.permission.NETWORK_SETUP_WIZARD}) public void startLocalOnlyHotspot(@NonNull a…
|
D | current.txt | 356 …E, android.Manifest.permission.ACCESS_FINE_LOCATION}) public void startLocalOnlyHotspot(android.ne…
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |