Home
last modified time | relevance | path

Searched refs:showErrorDialog (Results 1 – 10 of 10) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleEncryptedClientBaseActivity.java135 private void showErrorDialog(String title, String message, boolean finish) { in showErrorDialog() method in BleEncryptedClientBaseActivity
183showErrorDialog(getString(R.string.ble_bluetooth_disable_title), getString(R.string.ble_bluetooth_…
214showErrorDialog(getString(R.string.ble_encrypted_client_name), getString(R.string.ble_encrypted_cl…
217showErrorDialog(getString(R.string.ble_encrypted_client_name), getString(R.string.ble_encrypted_cl…
220showErrorDialog(getString(R.string.ble_encrypted_client_name), getString(R.string.ble_encrypted_cl…
223showErrorDialog(getString(R.string.ble_encrypted_client_name), getString(R.string.ble_encrypted_cl…
227showErrorDialog(getString(R.string.ble_encrypted_client_name), getString(R.string.ble_encrypted_cl…
230showErrorDialog(getString(R.string.ble_encrypted_client_name), getString(R.string.ble_encrypted_cl…
233showErrorDialog(getString(R.string.ble_encrypted_client_name), getString(R.string.ble_encrypted_cl…
236showErrorDialog(getString(R.string.ble_encrypted_client_name), getString(R.string.ble_encrypted_cl…
DBleCocServerTestBaseActivity.java124 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleCocServerTestBaseActivity
151showErrorDialog(R.string.ble_bluetooth_disable_title, R.string.ble_bluetooth_disable_message, true…
197showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_secure_mess…
200showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_insecure_me…
203showErrorDialog(R.string.bt_advertise_unsupported_title, R.string.bt_advertise_unsupported_message…
215showErrorDialog(R.string.bt_add_service_failed_title, R.string.bt_add_service_failed_message, true…
DBleServerTestBaseActivity.java166 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleServerTestBaseActivity
187showErrorDialog(R.string.ble_bluetooth_disable_title, R.string.ble_bluetooth_disable_message, true…
268showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_secure_mess…
271showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_insecure_me…
274showErrorDialog(R.string.bt_advertise_unsupported_title, R.string.bt_advertise_unsupported_message…
286showErrorDialog(R.string.bt_add_service_failed_title, R.string.bt_add_service_failed_message, true…
DBleInsecureEncryptedServerTestActivity.java75 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleInsecureEncryptedServerTestActivity
109 showErrorDialog(R.string.bt_advertise_unsupported_title,
DBleCocClientTestBaseActivity.java146 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleCocClientTestBaseActivity
240showErrorDialog(R.string.ble_bluetooth_disable_title, R.string.ble_bluetooth_disable_message, true…
244showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_secure_mess…
248showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_insecure_me…
DBleConnectionPriorityClientBaseActivity.java119 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleConnectionPriorityClientBaseActivity
207showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_secure_mess…
210showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_insecure_me…
DBleEncryptedServerBaseActivity.java133showErrorDialog(R.string.bt_advertise_unsupported_title, R.string.bt_advertise_unsupported_message…
152 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleEncryptedServerBaseActivity
DBleConnectionPriorityServerBaseActivity.java101 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleConnectionPriorityServerBaseActivity
177showErrorDialog(R.string.bt_advertise_unsupported_title, R.string.bt_advertise_unsupported_message…
DBleClientTestBaseActivity.java190 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleClientTestBaseActivity
225showErrorDialog(R.string.ble_bluetooth_disable_title, R.string.ble_bluetooth_disable_message, true…
376showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_secure_mess…
379showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_insecure_me…
/cts/tests/tests/security/src/android/security/cts/CVE_2021_0327/
DIntroActivity.java65 showErrorDialog(); in setupWorkProfile()
70 showErrorDialog(); in setupWorkProfile()
76 private void showErrorDialog() { in showErrorDialog() method in IntroActivity