Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DWifiConfigController.java133 private TextView mPasswordView; field in WifiConfigController
503 if (mPasswordView != null in isSubmittable()
505 && mPasswordView.length() == 0) in isSubmittable()
507 && !isValidPsk(mPasswordView.getText().toString())) in isSubmittable()
509 && !isValidSaePassword(mPasswordView.getText().toString())))) { in isSubmittable()
518 && mPasswordView.length() > 0)) { in isSubmittable()
616 if (mPasswordView.length() != 0) { in getConfig()
617 int length = mPasswordView.length(); in getConfig()
618 String password = mPasswordView.getText().toString(); in getConfig()
631 if (mPasswordView.length() != 0) { in getConfig()
[all …]
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java132 private TextView mPasswordView; field in WifiConfigController
502 if (mPasswordView != null in isSubmittable()
504 && mPasswordView.length() == 0) in isSubmittable()
506 && !isValidPsk(mPasswordView.getText().toString())) in isSubmittable()
508 && !isValidSaePassword(mPasswordView.getText().toString())))) { in isSubmittable()
517 && mPasswordView.length() > 0)) { in isSubmittable()
646 if (mPasswordView.length() != 0) { in getConfig()
647 int length = mPasswordView.length(); in getConfig()
648 String password = mPasswordView.getText().toString(); in getConfig()
661 if (mPasswordView.length() != 0) { in getConfig()
[all …]
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppQrCodeGeneratorFragment.java48 private TextView mPasswordView; field in WifiDppQrCodeGeneratorFragment
129 mPasswordView = view.findViewById(R.id.password); in onViewCreated()
135 mPasswordView.setVisibility(View.GONE); in onViewCreated()
141 mPasswordView.setText(getString(R.string.wifi_dpp_hotspot_password, password)); in onViewCreated()
143 mPasswordView.setText(getString(R.string.wifi_dpp_wifi_password, password)); in onViewCreated()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/dpp/
DWifiDppQrCodeGeneratorFragment.java48 private TextView mPasswordView; field in WifiDppQrCodeGeneratorFragment
129 mPasswordView = view.findViewById(R.id.password); in onViewCreated()
135 mPasswordView.setVisibility(View.GONE); in onViewCreated()
141 mPasswordView.setText(getString(R.string.wifi_dpp_hotspot_password, password)); in onViewCreated()
143 mPasswordView.setText(getString(R.string.wifi_dpp_wifi_password, password)); in onViewCreated()