Home
last modified time | relevance | path

Searched refs:removeSuggestionUserApprovalStatusListener (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl424 …void removeSuggestionUserApprovalStatusListener(in ISuggestionUserApprovalStatusListener listener,… in removeSuggestionUserApprovalStatusListener() method
DBaseWifiService.java953 public void removeSuggestionUserApprovalStatusListener( in removeSuggestionUserApprovalStatusListener() method in BaseWifiService
DWifiManager.java11026 public void removeSuggestionUserApprovalStatusListener( in removeSuggestionUserApprovalStatusListener() method in WifiManager
11037 mService.removeSuggestionUserApprovalStatusListener( in removeSuggestionUserApprovalStatusListener()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java3469 mWifiManager.removeSuggestionUserApprovalStatusListener(null); in testRemoveSuggestionUserApprovalStatusListenerWithNullListener()
3485 mWifiManager.removeSuggestionUserApprovalStatusListener( in testRemoveSuggestionUserApprovalStatusListener()
3487 verify(mWifiService).removeSuggestionUserApprovalStatusListener( in testRemoveSuggestionUserApprovalStatusListener()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java2337 public void removeSuggestionUserApprovalStatusListener( in removeSuggestionUserApprovalStatusListener() method in WifiNetworkSuggestionsManager
DWifiServiceImpl.java7422 public void removeSuggestionUserApprovalStatusListener(
7443 .removeSuggestionUserApprovalStatusListener(listener, packageName, uid),
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java9472 mWifiServiceImpl.removeSuggestionUserApprovalStatusListener( in testRemoveSuggestionUserApprovalStatusListenerFromBackgroundUser()
9491 mWifiServiceImpl.removeSuggestionUserApprovalStatusListener( in testUnregisterSuggestionUserApprovalStatusListenerWithMissingPermission()
9506 mWifiServiceImpl.removeSuggestionUserApprovalStatusListener( in testAddRemoveSuggestionUserApprovalStatusListener()
9509 verify(mWifiNetworkSuggestionsManager).removeSuggestionUserApprovalStatusListener( in testAddRemoveSuggestionUserApprovalStatusListener()
/packages/modules/Wifi/framework/api/
Dcurrent.txt534 …oid.Manifest.permission.ACCESS_WIFI_STATE) public void removeSuggestionUserApprovalStatusListener(…