Searched refs:autojoin (Results  1 – 1 of 1) sorted by relevance
| /packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ | 
| D | NetworkSuggestionNominatorTest.java | 129         boolean[] autojoin = {};  in testSelectNetworkSuggestionForNoMatch() 137                 packageNames, autojoin, shareWithUser, priorityGroup);  in testSelectNetworkSuggestionForNoMatch() 172         boolean[] autojoin = {true};  in testSelectNetworkSuggestionForOneMatch() 179                 packageNames, autojoin, shareWithUser, priorityGroup);  in testSelectNetworkSuggestionForOneMatch() 212         boolean[] autojoin = {true};  in testSelectNetworkSuggestionForOneMatchWithInsecureEnterpriseSuggestion() 220                 packageNames, autojoin, shareWithUser, priorityGroup);  in testSelectNetworkSuggestionForOneMatchWithInsecureEnterpriseSuggestion() 260         boolean[] autojoin = {true, true};  in testSelectNetworkSuggestionForMultipleMatch() 268                 packageNames, autojoin, shareWithUser, priorityGroup);  in testSelectNetworkSuggestionForMultipleMatch() 306         boolean[] autojoin = {true, true};  in testSelectNetworkSuggestionForMultipleMatchHighPriorityWins() 314                 packageNames, autojoin, shareWithUser, priorityGroup);  in testSelectNetworkSuggestionForMultipleMatchHighPriorityWins() [all …] 
 |