Searched refs:startWatchLocalOnlyHotspot (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/wifi/tests/src/android/net/wifi/ |
D | WifiManagerTest.java | 655 verify(mWifiService).startWatchLocalOnlyHotspot(any(Messenger.class), any(IBinder.class)); in testWatchLocalOnlyHotspot() 666 .startWatchLocalOnlyHotspot(any(Messenger.class), any(IBinder.class)); in testStartWatchLocalOnlyHotspotThrowsSecurityException() 678 .startWatchLocalOnlyHotspot(any(Messenger.class), any(IBinder.class)); in testStartWatchLocalOnlyHotspotThrowsIllegalStateException() 866 verify(mWifiService).startWatchLocalOnlyHotspot(mMessengerCaptor.capture(), in testOnRegisteredIsCalledWithSubscription() 885 verify(mWifiService).startWatchLocalOnlyHotspot(mMessengerCaptor.capture(), in testObserverOnStartedIsCalledWithWifiConfig() 911 verify(mWifiService).startWatchLocalOnlyHotspot(mMessengerCaptor.capture(), in testObserverOnStartedNotCalledWithNullConfig() 937 verify(mWifiService).startWatchLocalOnlyHotspot(mMessengerCaptor.capture(), in testObserverOnStoppedIsCalled()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | IWifiManager.aidl | 146 void startWatchLocalOnlyHotspot(in Messenger messenger, in IBinder binder); in startWatchLocalOnlyHotspot() method
|
D | WifiManager.java | 2728 mService.startWatchLocalOnlyHotspot(
|
/frameworks/base/wifi/java/com/android/server/wifi/ |
D | BaseWifiService.java | 297 public void startWatchLocalOnlyHotspot(Messenger messenger, IBinder binder) { in startWatchLocalOnlyHotspot() method in BaseWifiService
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiServiceImplTest.java | 2474 mWifiServiceImpl.startWatchLocalOnlyHotspot(mAppMessenger, mAppBinder); in testStartWatchLocalOnlyHotspotNotApprovedCaller() 2483 mWifiServiceImpl.startWatchLocalOnlyHotspot(mAppMessenger, mAppBinder); in testStartWatchLocalOnlyHotspotNotSupported()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiServiceImpl.java | 1543 public void startWatchLocalOnlyHotspot(Messenger messenger, IBinder binder) { in startWatchLocalOnlyHotspot() method in WifiServiceImpl
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 49778 Landroid/net/wifi/IWifiManager$Stub$Proxy;->startWatchLocalOnlyHotspot(Landroid/os/Messenger;Landro… 49907 Landroid/net/wifi/IWifiManager;->startWatchLocalOnlyHotspot(Landroid/os/Messenger;Landroid/os/IBind…
|