Home
last modified time | relevance | path

Searched refs:setHasUserApprovedForApp (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSuggestionsManagerTest.java535 mWifiNetworkSuggestionsManager.setHasUserApprovedForApp(true, TEST_PACKAGE_1); in testGetNetworkSuggestionsForScanDetailSuccessWithOneMatch()
577 mWifiNetworkSuggestionsManager.setHasUserApprovedForApp(true, TEST_PACKAGE_1); in testGetNetworkSuggestionsForScanDetailSuccessWithMultipleMatch()
578 mWifiNetworkSuggestionsManager.setHasUserApprovedForApp(true, TEST_PACKAGE_2); in testGetNetworkSuggestionsForScanDetailSuccessWithMultipleMatch()
611 mWifiNetworkSuggestionsManager.setHasUserApprovedForApp(true, TEST_PACKAGE_1); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidOneMatch()
654 mWifiNetworkSuggestionsManager.setHasUserApprovedForApp(true, TEST_PACKAGE_1); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidMultipleMatch()
655 mWifiNetworkSuggestionsManager.setHasUserApprovedForApp(true, TEST_PACKAGE_2); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidMultipleMatch()
695 mWifiNetworkSuggestionsManager.setHasUserApprovedForApp(true, TEST_PACKAGE_1); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidMultipleMatchFromSamePackage()
741 mWifiNetworkSuggestionsManager.setHasUserApprovedForApp(true, TEST_PACKAGE_1); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidAndWithoutBssidMultipleMatch()
742 mWifiNetworkSuggestionsManager.setHasUserApprovedForApp(true, TEST_PACKAGE_2); in testGetNetworkSuggestionsForScanDetailSuccessWithBssidAndWithoutBssidMultipleMatch()
808 mWifiNetworkSuggestionsManager.setHasUserApprovedForApp(true, TEST_PACKAGE_1); in testGetNetworkSuggestionsForScanDetailFailureOnSuggestionRemoval()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java367 setHasUserApprovedForApp(true, packageName);
372 setHasUserApprovedForApp(false, packageName);
760 public void setHasUserApprovedForApp(boolean approved, String packageName) { in setHasUserApprovedForApp() method in WifiNetworkSuggestionsManager
829 setHasUserApprovedForApp(true, packageName); in sendUserApprovalNotification()
835 setHasUserApprovedForApp(false, packageName); in sendUserApprovalNotification()
DWifiShellCommand.java170 mWifiNetworkSuggestionsManager.setHasUserApprovedForApp(approved, packageName); in onCommand()