Searched refs:showDetailIntent (Results 1 – 1 of 1) sorted by relevance
78 Intent showDetailIntent = new Intent(ACTION_SHOW_SET_RANDOMIZATION_DETAILS) in buildNoMacRandomizationSupportNotification() local80 showDetailIntent.putExtra(RANDOMIZATION_SETTINGS_NETWORK_ID, config.networkId); in buildNoMacRandomizationSupportNotification()81 showDetailIntent.putExtra(RANDOMIZATION_SETTINGS_NETWORK_SSID, ssidAndSecurityType); in buildNoMacRandomizationSupportNotification()83 mContext, 0, showDetailIntent, PendingIntent.FLAG_UPDATE_CURRENT); in buildNoMacRandomizationSupportNotification()