Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DConnectionFailureNotificationBuilder.java67 Intent showDetailIntent = new Intent(ACTION_SHOW_SET_RANDOMIZATION_DETAILS) in buildNoMacRandomizationSupportNotification() local
69 showDetailIntent.putExtra(RANDOMIZATION_SETTINGS_NETWORK_ID, config.networkId); in buildNoMacRandomizationSupportNotification()
70 showDetailIntent.putExtra(RANDOMIZATION_SETTINGS_NETWORK_SSID, ssidAndSecurityType); in buildNoMacRandomizationSupportNotification()
72 mContext, 0, showDetailIntent, in buildNoMacRandomizationSupportNotification()