Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppUtils.java227 intent.setAction(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_GENERATOR); in getConfiguratorQrCodeGeneratorIntentOrNull()
259 intent.setAction(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_GENERATOR); in getConfiguratorQrCodeGeneratorIntentOrNull()
313 intent.setAction(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_GENERATOR); in getHotspotConfiguratorIntentOrNull()
DWifiDppConfiguratorActivity.java68 static final String ACTION_CONFIGURATOR_QR_CODE_GENERATOR = field in WifiDppConfiguratorActivity
157 case ACTION_CONFIGURATOR_QR_CODE_GENERATOR: in handleIntent()
DWifiDppConfiguratorAuthActivity.java77 WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_GENERATOR); in startQrCodeActivity()
DWifiDppChooseSavedWifiNetworkFragment.java84 .ACTION_CONFIGURATOR_QR_CODE_GENERATOR.equals(action)) { in onViewCreated()
/packages/apps/Settings/tests/componenttests/src/com/android/settings/wifi/dpp/
DWifiDppConfiguratorAuthActivityTest.java69 equalTo(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_GENERATOR))); in launchActivity_sendQrCodeIntent()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/dpp/
DWifiDppQrCodeGeneratorFragmentTest.java62 new Intent(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_GENERATOR); in setUp()