Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/dpp/
DWifiDppConfiguratorActivityTest.java57 Intent intent = new Intent(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_SCANNER); in launchActivity_qrCodeScanner_shouldNotAutoFinish()
124 Intent intent = new Intent(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_SCANNER); in rotateScreen_shouldGetCorrectWifiDppQrCode()
181 Intent intent = new Intent(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_SCANNER); in launchScanner_onNavigateUp_shouldFinish()
DWifiDppQrCodeScannerFragmentTest.java45 Intent intent = new Intent(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_SCANNER); in setUp()
DWifiDppChooseSavedWifiNetworkFragmentTest.java71 new Intent(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_SCANNER); in clickCancelButton_configuratorQrCodeScannerIntent_shouldPopBackStack()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/dpp/
DWifiDppConfiguratorActivity.java66 public static final String ACTION_CONFIGURATOR_QR_CODE_SCANNER = field in WifiDppConfiguratorActivity
132 case ACTION_CONFIGURATOR_QR_CODE_SCANNER: in handleIntent()
DWifiDppChooseSavedWifiNetworkFragment.java98 if (WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_SCANNER.equals(action) || in onViewCreated()
DWifiDppUtils.java216 intent.setAction(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_SCANNER); in getConfiguratorQrCodeScannerIntentOrNull()
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppConfiguratorActivity.java66 public static final String ACTION_CONFIGURATOR_QR_CODE_SCANNER = field in WifiDppConfiguratorActivity
132 case ACTION_CONFIGURATOR_QR_CODE_SCANNER: in handleIntent()
DWifiDppChooseSavedWifiNetworkFragment.java98 if (WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_SCANNER.equals(action) || in onViewCreated()
DWifiDppUtils.java229 intent.setAction(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_SCANNER); in getConfiguratorQrCodeScannerIntentOrNull()