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.java142 private void showErrorDialog(String title, String message, boolean finish) { in showErrorDialog() method in BleEncryptedClientBaseActivity
192 showErrorDialog(getString(R.string.ble_bluetooth_disable_title),
216 showErrorDialog(getString(R.string.ble_encrypted_client_name),
221 showErrorDialog(getString(R.string.ble_encrypted_client_name),
226 showErrorDialog(getString(R.string.ble_encrypted_client_name),
231 showErrorDialog(getString(R.string.ble_encrypted_client_name),
237 showErrorDialog(getString(R.string.ble_encrypted_client_name), getString(
242 showErrorDialog(getString(R.string.ble_encrypted_client_name), getString(
247 showErrorDialog(getString(R.string.ble_encrypted_client_name), getString(
251 showErrorDialog(getString(R.string.ble_encrypted_client_name),
DBleCocServerTestBaseActivity.java126 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleCocServerTestBaseActivity
153showErrorDialog(R.string.ble_bluetooth_disable_title, R.string.ble_bluetooth_disable_message, true…
199showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_secure_mess…
202showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_insecure_me…
205showErrorDialog(R.string.bt_advertise_unsupported_title, R.string.bt_advertise_unsupported_message…
217showErrorDialog(R.string.bt_add_service_failed_title, R.string.bt_add_service_failed_message, true…
DBleServerTestBaseActivity.java168 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleServerTestBaseActivity
189showErrorDialog(R.string.ble_bluetooth_disable_title, R.string.ble_bluetooth_disable_message, true…
276showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_secure_mess…
279showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_insecure_me…
282showErrorDialog(R.string.bt_advertise_unsupported_title, R.string.bt_advertise_unsupported_message…
294showErrorDialog(R.string.bt_add_service_failed_title, R.string.bt_add_service_failed_message, true…
DBleInsecureEncryptedServerTestActivity.java77 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleInsecureEncryptedServerTestActivity
111 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.java126 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleConnectionPriorityClientBaseActivity
224 showErrorDialog(
230 showErrorDialog(
DBleEncryptedServerBaseActivity.java135showErrorDialog(R.string.bt_advertise_unsupported_title, R.string.bt_advertise_unsupported_message…
154 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleEncryptedServerBaseActivity
DBleConnectionPriorityServerBaseActivity.java103 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleConnectionPriorityServerBaseActivity
179showErrorDialog(R.string.bt_advertise_unsupported_title, R.string.bt_advertise_unsupported_message…
DBleClientTestBaseActivity.java209 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleClientTestBaseActivity
245 showErrorDialog(R.string.ble_bluetooth_disable_title,
411 showErrorDialog(R.string.ble_bluetooth_mismatch_title,
415 showErrorDialog(R.string.ble_bluetooth_mismatch_title,
/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