/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BleEncryptedClientBaseActivity.java | 135 private void showErrorDialog(String title, String message, boolean finish) { in showErrorDialog() method in BleEncryptedClientBaseActivity 183 …showErrorDialog(getString(R.string.ble_bluetooth_disable_title), getString(R.string.ble_bluetooth_… 214 …showErrorDialog(getString(R.string.ble_encrypted_client_name), getString(R.string.ble_encrypted_cl… 217 …showErrorDialog(getString(R.string.ble_encrypted_client_name), getString(R.string.ble_encrypted_cl… 220 …showErrorDialog(getString(R.string.ble_encrypted_client_name), getString(R.string.ble_encrypted_cl… 223 …showErrorDialog(getString(R.string.ble_encrypted_client_name), getString(R.string.ble_encrypted_cl… 227 …showErrorDialog(getString(R.string.ble_encrypted_client_name), getString(R.string.ble_encrypted_cl… 230 …showErrorDialog(getString(R.string.ble_encrypted_client_name), getString(R.string.ble_encrypted_cl… 233 …showErrorDialog(getString(R.string.ble_encrypted_client_name), getString(R.string.ble_encrypted_cl… 236 …showErrorDialog(getString(R.string.ble_encrypted_client_name), getString(R.string.ble_encrypted_cl…
|
D | BleCocServerTestBaseActivity.java | 124 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleCocServerTestBaseActivity 151 …showErrorDialog(R.string.ble_bluetooth_disable_title, R.string.ble_bluetooth_disable_message, true… 197 …showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_secure_mess… 200 …showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_insecure_me… 203 …showErrorDialog(R.string.bt_advertise_unsupported_title, R.string.bt_advertise_unsupported_message… 215 …showErrorDialog(R.string.bt_add_service_failed_title, R.string.bt_add_service_failed_message, true…
|
D | BleServerTestBaseActivity.java | 166 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleServerTestBaseActivity 187 …showErrorDialog(R.string.ble_bluetooth_disable_title, R.string.ble_bluetooth_disable_message, true… 268 …showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_secure_mess… 271 …showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_insecure_me… 274 …showErrorDialog(R.string.bt_advertise_unsupported_title, R.string.bt_advertise_unsupported_message… 286 …showErrorDialog(R.string.bt_add_service_failed_title, R.string.bt_add_service_failed_message, true…
|
D | BleInsecureEncryptedServerTestActivity.java | 75 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleInsecureEncryptedServerTestActivity 109 showErrorDialog(R.string.bt_advertise_unsupported_title,
|
D | BleCocClientTestBaseActivity.java | 146 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleCocClientTestBaseActivity 240 …showErrorDialog(R.string.ble_bluetooth_disable_title, R.string.ble_bluetooth_disable_message, true… 244 …showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_secure_mess… 248 …showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_insecure_me…
|
D | BleConnectionPriorityClientBaseActivity.java | 119 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleConnectionPriorityClientBaseActivity 207 …showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_secure_mess… 210 …showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_insecure_me…
|
D | BleEncryptedServerBaseActivity.java | 133 …showErrorDialog(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
|
D | BleConnectionPriorityServerBaseActivity.java | 101 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleConnectionPriorityServerBaseActivity 177 …showErrorDialog(R.string.bt_advertise_unsupported_title, R.string.bt_advertise_unsupported_message…
|
D | BleClientTestBaseActivity.java | 190 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleClientTestBaseActivity 225 …showErrorDialog(R.string.ble_bluetooth_disable_title, R.string.ble_bluetooth_disable_message, true… 376 …showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_secure_mess… 379 …showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_insecure_me…
|
/cts/tests/tests/security/src/android/security/cts/CVE_2021_0327/ |
D | IntroActivity.java | 65 showErrorDialog(); in setupWorkProfile() 70 showErrorDialog(); in setupWorkProfile() 76 private void showErrorDialog() { in showErrorDialog() method in IntroActivity
|