Searched refs:WifiDppConfiguratorActivity (Results 1 – 9 of 9) sorted by relevance
54 WifiDppConfiguratorActivity mActivity;62 mIntent = new Intent(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_SCANNER); in setUp()67 mActivity = spy(Robolectric.setupActivity(WifiDppConfiguratorActivity.class)); in setUp()73 WifiDppConfiguratorActivity wifiDppConfiguratorActivity = in launchActivity_noIntentAction_shouldNotFatalException()74 Robolectric.setupActivity(WifiDppConfiguratorActivity.class); in launchActivity_noIntentAction_shouldNotFatalException()
54 private WifiDppConfiguratorActivity mActivity;62 new Intent(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_GENERATOR); in setUp()68 mActivity = Robolectric.setupActivity(WifiDppConfiguratorActivity.class); in setUp()
225 final Intent intent = new Intent(context, WifiDppConfiguratorActivity.class); in getConfiguratorQrCodeGeneratorIntentOrNull()227 intent.setAction(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_GENERATOR); in getConfiguratorQrCodeGeneratorIntentOrNull()257 final Intent intent = new Intent(context, WifiDppConfiguratorActivity.class); in getConfiguratorQrCodeGeneratorIntentOrNull()259 intent.setAction(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_GENERATOR); in getConfiguratorQrCodeGeneratorIntentOrNull()281 final Intent intent = new Intent(context, WifiDppConfiguratorActivity.class); in getConfiguratorQrCodeScannerIntentOrNull()283 intent.setAction(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_SCANNER); in getConfiguratorQrCodeScannerIntentOrNull()311 final Intent intent = new Intent(context, WifiDppConfiguratorActivity.class); in getHotspotConfiguratorIntentOrNull()313 intent.setAction(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_GENERATOR); in getHotspotConfiguratorIntentOrNull()
82 if (WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_SCANNER.equals(action) || in onViewCreated()83 WifiDppConfiguratorActivity in onViewCreated()
332 final WifiQrCode wifiQrCode = ((WifiDppConfiguratorActivity) getActivity()) in onViewCreated()382 final WifiNetworkConfig wifiNetworkConfig = ((WifiDppConfiguratorActivity) getActivity()) in getSsid()391 final WifiQrCode wifiQrCode = ((WifiDppConfiguratorActivity) getActivity()) in startWifiDppConfiguratorInitiator()395 ((WifiDppConfiguratorActivity) getActivity()).getWifiNetworkConfig().getNetworkId(); in startWifiDppConfiguratorInitiator()
77 WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_GENERATOR); in startQrCodeActivity()
58 public class WifiDppConfiguratorActivity extends WifiDppBaseActivity implements class
52 private WifiDppConfiguratorActivity mActivity;58 mActivity = new WifiDppConfiguratorActivity(); in setUp()
69 equalTo(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_GENERATOR))); in launchActivity_sendQrCodeIntent()