/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | WifiManagerTest.java | 533 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/ |
D | WifiServiceImplTest.java | 2804 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/ |
D | IWifiManager.aidl | 180 int startLocalOnlyHotspot(in ILocalOnlyHotspotCallback callback, String packageName, in startLocalOnlyHotspot() method
|
D | WifiManager.java | 4099 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/ |
D | BaseWifiService.java | 400 public int startLocalOnlyHotspot(ILocalOnlyHotspotCallback callback, String packageName, in startLocalOnlyHotspot() method in BaseWifiService
|
D | WifiServiceImpl.java | 2008 public int startLocalOnlyHotspot(ILocalOnlyHotspotCallback callback, String packageName, in startLocalOnlyHotspot() method in WifiServiceImpl
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/connectivity/ |
D | ConnectivityFragment.java | 657 mWifiManager.startLocalOnlyHotspot(cb, null); in startLocalOnly()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarProjectionService.java | 647 mWifiManager.startLocalOnlyHotspot(new LocalOnlyHotspotCallback() { in startLocalOnlyApLocked()
|
/packages/modules/Wifi/framework/api/ |
D | system-current.txt | 588 …S, android.Manifest.permission.NETWORK_SETUP_WIZARD}) public void startLocalOnlyHotspot(@NonNull a…
|
D | current.txt | 418 …E, android.Manifest.permission.ACCESS_FINE_LOCATION}) public void startLocalOnlyHotspot(android.ne…
|
/packages/modules/Wifi/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 900 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…
|