Searched refs:createRegularConfig (Results 1 – 1 of 1) sorted by relevance
206 Intent createRegularConfig = new Intent(action); in startRegularActivity() local207 createRegularConfig.putExtra(EXTRA_NETID, netId); in startRegularActivity()208 createRegularConfig.putExtra(EXTRA_SSID, ssid); in startRegularActivity()209 createRegularConfig.putExtra(EXTRA_SECURITY_TYPE, securityType); in startRegularActivity()210 createRegularConfig.putExtra(EXTRA_PASSWORD, password); in startRegularActivity()211 createRegularConfig.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in startRegularActivity()213 mContext.startActivity(createRegularConfig); in startRegularActivity()