Home
last modified time | relevance | path

Searched refs:onUserApprovalStatusChange (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DISuggestionUserApprovalStatusListener.aidl26 void onUserApprovalStatusChange(int status); in onUserApprovalStatusChange() method
H A DWifiManager.java7921 void onUserApprovalStatusChange(@SuggestionUserApprovalStatus int status); in onUserApprovalStatusChange() method
7936 public void onUserApprovalStatusChange(int status) { in onUserApprovalStatusChange() method in WifiManager.SuggestionUserApprovalStatusListenerProxy
7937 mExecutor.execute(() -> mListener.onUserApprovalStatusChange(status)); in onUserApprovalStatusChange()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiNetworkSuggestionsManagerTest.java2665 .onUserApprovalStatusChange(WifiManager.STATUS_SUGGESTION_APPROVAL_UNKNOWN); in testUserApprovalNotificationClickOnAllowWhenGetScanResult()
2678 .onUserApprovalStatusChange(WifiManager.STATUS_SUGGESTION_APPROVAL_PENDING); in testUserApprovalNotificationClickOnAllowWhenGetScanResult()
2708 verify(mUserApprovalStatusListener).onUserApprovalStatusChange( in testUserApprovalNotificationClickOnAllowWhenGetScanResult()
2722 .onUserApprovalStatusChange(WifiManager.STATUS_SUGGESTION_APPROVAL_UNKNOWN); in testUserApprovalNotificationClickOnDisallowWhenGetScanResult()
2748 .onUserApprovalStatusChange(WifiManager.STATUS_SUGGESTION_APPROVAL_PENDING); in testUserApprovalNotificationClickOnDisallowWhenGetScanResult()
2786 verify(mUserApprovalStatusListener).onUserApprovalStatusChange( in testUserApprovalNotificationClickOnDisallowWhenGetScanResult()
3741 verify(mUserApprovalStatusListener).onUserApprovalStatusChange( in testAddSimCredentialNetworkWithCarrierPrivileges()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNetworkSuggestionsManager.java2174 listener.onUserApprovalStatusChange( in addSuggestionUserApprovalStatusListener()
2599 listenersTracker.getBroadcastItem(i).onUserApprovalStatusChange( in onSuggestionUserApprovalStatusChanged()
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiManagerTest.java3255 callbackCaptor.getValue().onUserApprovalStatusChange( in testAddSuggestionUserApprovalStatusListenerAndReceiveEvent()
3257 verify(mSuggestionUserApprovalStatusListener).onUserApprovalStatusChange( in testAddSuggestionUserApprovalStatusListenerAndReceiveEvent()
3273 callbackCaptor.getValue().onUserApprovalStatusChange( in testAddSuggestionUserApprovalStatusListenerWithTheTargetExecutor()
/aosp12/packages/modules/Wifi/framework/api/
H A Dcurrent.txt542 method public void onUserApprovalStatusChange(int);