Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppConfiguratorAuthActivity.java75 Intent qrCodeIntent = new Intent(); in startQrCodeActivity() local
76 qrCodeIntent.setAction( in startQrCodeActivity()
78 qrCodeIntent.setPackage(getPackageName()); in startQrCodeActivity()
79 qrCodeIntent.putExtras(getIntent()); in startQrCodeActivity()
80 startActivity(qrCodeIntent); in startQrCodeActivity()