Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppConfiguratorActivity.java61 static final String ACTION_CONFIGURATOR_QR_CODE_SCANNER = field in WifiDppConfiguratorActivity
128 case ACTION_CONFIGURATOR_QR_CODE_SCANNER: in handleIntent()
DWifiDppChooseSavedWifiNetworkFragment.java82 if (WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_SCANNER.equals(action) || in onViewCreated()
DWifiDppUtils.java267 intent.setAction(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_SCANNER); in getConfiguratorQrCodeScannerIntentOrNull()