Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiNetworkSuggestionsManager.java2089 ExtendedWifiNetworkSuggestion matchingExtSuggestion, @NonNull String message) { in sendPostConnectionBroadcastIfAllowed() argument
2092 matchingExtSuggestion.perAppInfo.packageName, in sendPostConnectionBroadcastIfAllowed()
2093 matchingExtSuggestion.perAppInfo.featureId, in sendPostConnectionBroadcastIfAllowed()
2094 matchingExtSuggestion.perAppInfo.uid, message); in sendPostConnectionBroadcastIfAllowed()
2097 + matchingExtSuggestion.perAppInfo.packageName); in sendPostConnectionBroadcastIfAllowed()
2102 + matchingExtSuggestion.perAppInfo.packageName); in sendPostConnectionBroadcastIfAllowed()
2104 sendPostConnectionBroadcast(matchingExtSuggestion); in sendPostConnectionBroadcastIfAllowed()