Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNetworkSuggestionsManager.java1938 ExtendedWifiNetworkSuggestion matchingExtSuggestion, @NonNull String message) { in sendPostConnectionBroadcastIfAllowed() argument
1941 matchingExtSuggestion.perAppInfo.packageName, in sendPostConnectionBroadcastIfAllowed()
1942 matchingExtSuggestion.perAppInfo.featureId, in sendPostConnectionBroadcastIfAllowed()
1943 matchingExtSuggestion.perAppInfo.uid, message); in sendPostConnectionBroadcastIfAllowed()
1946 + matchingExtSuggestion.perAppInfo.packageName); in sendPostConnectionBroadcastIfAllowed()
1951 + matchingExtSuggestion.perAppInfo.packageName); in sendPostConnectionBroadcastIfAllowed()
1953 sendPostConnectionBroadcast(matchingExtSuggestion); in sendPostConnectionBroadcastIfAllowed()