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.aidl329 …void removeSuggestionUserApprovalStatusListener(in ISuggestionUserApprovalStatusListener listener,… in removeSuggestionUserApprovalStatusListener() method
DWifiManager.java7985 public void removeSuggestionUserApprovalStatusListener( in removeSuggestionUserApprovalStatusListener() method in WifiManager
7996 mService.removeSuggestionUserApprovalStatusListener( in removeSuggestionUserApprovalStatusListener()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DBaseWifiService.java751 public void removeSuggestionUserApprovalStatusListener( in removeSuggestionUserApprovalStatusListener() method in BaseWifiService
DWifiServiceImpl.java5259 public void removeSuggestionUserApprovalStatusListener(
5279 .removeSuggestionUserApprovalStatusListener(listener, packageName, uid));
DWifiNetworkSuggestionsManager.java2186 public void removeSuggestionUserApprovalStatusListener( in removeSuggestionUserApprovalStatusListener() method in WifiNetworkSuggestionsManager
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java3204 mWifiManager.removeSuggestionUserApprovalStatusListener(null); in testRemoveSuggestionUserApprovalStatusListenerWithNullListener()
3220 mWifiManager.removeSuggestionUserApprovalStatusListener( in testRemoveSuggestionUserApprovalStatusListener()
3222 verify(mWifiService).removeSuggestionUserApprovalStatusListener( in testRemoveSuggestionUserApprovalStatusListener()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java7643 mWifiServiceImpl.removeSuggestionUserApprovalStatusListener( in testRemoveSuggestionUserApprovalStatusListenerFromBackgroundUser()
7662 mWifiServiceImpl.removeSuggestionUserApprovalStatusListener( in testUnregisterSuggestionUserApprovalStatusListenerWithMissingPermission()
7677 mWifiServiceImpl.removeSuggestionUserApprovalStatusListener( in testAddRemoveSuggestionUserApprovalStatusListener()
7680 verify(mWifiNetworkSuggestionsManager).removeSuggestionUserApprovalStatusListener( in testAddRemoveSuggestionUserApprovalStatusListener()
/packages/modules/Wifi/framework/api/
Dcurrent.txt413 …oid.Manifest.permission.ACCESS_WIFI_STATE) public void removeSuggestionUserApprovalStatusListener(…