Home
last modified time | relevance | path

Searched refs:isUserAllowedToManuallyConnect (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiNetworkSuggestionTest.java77 assertFalse(suggestion.isUserAllowedToManuallyConnect); in testWifiNetworkSuggestionBuilderForOpenNetworkWithReqAppInteraction()
108 assertFalse(suggestion.isUserAllowedToManuallyConnect); in testWifiNetworkSuggestionBuilderForWpa2EapNetworkWithPriorityAndReqAppInteraction()
139 assertTrue(suggestion.isUserAllowedToManuallyConnect); in testWifiNetworkSuggestionBuilderForWpa2PskNetworkWithMeteredAndReqUserInteraction()
170 assertTrue(suggestion.isUserAllowedToManuallyConnect); in testWifiNetworkSuggestionBuilderForWpa2PskNetworkWithNotMeteredAndReqUserInteraction()
193 assertFalse(suggestion.isUserAllowedToManuallyConnect); in testWifiNetworkSuggestionBuilderForEnhancedOpenNetworkWithBssid()
221 assertFalse(suggestion.isUserAllowedToManuallyConnect); in testWifiNetworkSuggestionBuilderForOemPaidEnhancedOpenNetworkWithBssid()
249 assertFalse(suggestion.isUserAllowedToManuallyConnect); in testWifiNetworkSuggestionBuilderForOemPrivateEnhancedOpenNetworkWithBssid()
273 assertTrue(suggestion.isUserAllowedToManuallyConnect); in testWifiNetworkSuggestionBuilderForWpa3PskNetwork()
307 assertTrue(suggestion.isUserAllowedToManuallyConnect); in testWifiNetworkSuggestionBuilderForWpa3EapNetwork()
342 assertTrue(suggestion.isUserAllowedToManuallyConnect); in testWifiNetworkSuggestionBuilderForWpa3EapNetworkWithStandardApi()
[all …]
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiNetworkSuggestion.java1203 public final boolean isUserAllowedToManuallyConnect; field in WifiNetworkSuggestion
1223 this.isUserAllowedToManuallyConnect = true; in WifiNetworkSuggestion()
1233 boolean isUserAllowedToManuallyConnect, in WifiNetworkSuggestion() argument
1241 this.isUserAllowedToManuallyConnect = isUserAllowedToManuallyConnect; in WifiNetworkSuggestion()
1278 dest.writeBoolean(isUserAllowedToManuallyConnect); in writeToParcel()
1329 .append(", isCredentialSharedWithUser=").append(isUserAllowedToManuallyConnect) in toString()
1369 return isUserAllowedToManuallyConnect; in isCredentialSharedWithUser()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DNetworkSuggestionStoreData.java248 suggestion.isUserAllowedToManuallyConnect); in serializeNetworkSuggestion()
378 boolean isUserAllowedToManuallyConnect = false; // Backward compatibility. in parseNetworkSuggestion()
401 isUserAllowedToManuallyConnect = (boolean) value; in parseNetworkSuggestion()
485 isUserAllowedToManuallyConnect, isInitializedAutoJoinEnabled, in parseNetworkSuggestion()
H A DWifiNetworkSuggestionsManager.java1836 && ewns.wns.isUserAllowedToManuallyConnect) in getWifiConfigForMatchedNetworkSuggestionsSharedWithUser()
1895 return suggestion.wns.isUserAllowedToManuallyConnect in isPasspointSuggestionSharedWithUser()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiNetworkSuggestionsManagerTest.java5021 boolean isUserAllowedToManuallyConnect, in createWifiNetworkSuggestion() argument
5027 isUserInteractionRequired, isUserAllowedToManuallyConnect, isInitialAutoJoinEnabled, in createWifiNetworkSuggestion()