Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DISuggestionUserApprovalStatusListener.aidl26 void onUserApprovalStatusChange(int status); in onUserApprovalStatusChange() method
DWifiManager.java10962 void onUserApprovalStatusChange(@SuggestionUserApprovalStatus int status); in onUserApprovalStatusChange() method
10977 public void onUserApprovalStatusChange(int status) { in onUserApprovalStatusChange() method in WifiManager.SuggestionUserApprovalStatusListenerProxy
10978 mExecutor.execute(() -> mListener.onUserApprovalStatusChange(status)); in onUserApprovalStatusChange()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSuggestionsManagerTest.java2739 .onUserApprovalStatusChange(WifiManager.STATUS_SUGGESTION_APPROVAL_UNKNOWN); in testUserApprovalNotificationClickOnAllowWhenGetScanResult()
2752 .onUserApprovalStatusChange(WifiManager.STATUS_SUGGESTION_APPROVAL_PENDING); in testUserApprovalNotificationClickOnAllowWhenGetScanResult()
2782 verify(mUserApprovalStatusListener).onUserApprovalStatusChange( in testUserApprovalNotificationClickOnAllowWhenGetScanResult()
2796 .onUserApprovalStatusChange(WifiManager.STATUS_SUGGESTION_APPROVAL_UNKNOWN); in testUserApprovalNotificationClickOnDisallowWhenGetScanResult()
2822 .onUserApprovalStatusChange(WifiManager.STATUS_SUGGESTION_APPROVAL_PENDING); in testUserApprovalNotificationClickOnDisallowWhenGetScanResult()
2860 verify(mUserApprovalStatusListener).onUserApprovalStatusChange( in testUserApprovalNotificationClickOnDisallowWhenGetScanResult()
3746 verify(mUserApprovalStatusListener).onUserApprovalStatusChange( in testAddSimCredentialNetworkWithCarrierPrivileges()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java2325 listener.onUserApprovalStatusChange( in addSuggestionUserApprovalStatusListener()
2810 listenersTracker.getBroadcastItem(i).onUserApprovalStatusChange( in onSuggestionUserApprovalStatusChanged()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java3520 callbackCaptor.getValue().onUserApprovalStatusChange( in testAddSuggestionUserApprovalStatusListenerAndReceiveEvent()
3522 verify(mSuggestionUserApprovalStatusListener).onUserApprovalStatusChange( in testAddSuggestionUserApprovalStatusListenerAndReceiveEvent()
3538 callbackCaptor.getValue().onUserApprovalStatusChange( in testAddSuggestionUserApprovalStatusListenerWithTheTargetExecutor()
/packages/modules/Wifi/framework/api/
Dcurrent.txt702 method public void onUserApprovalStatusChange(int);