Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DWifiConfigLockdownTest.java206 Intent createRegularConfig = new Intent(action); in startRegularActivity() local
207 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()