/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BleEncryptedClientBaseActivity.java | 142 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),
|
D | BleCocServerTestBaseActivity.java | 126 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleCocServerTestBaseActivity 153 …showErrorDialog(R.string.ble_bluetooth_disable_title, R.string.ble_bluetooth_disable_message, true… 199 …showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_secure_mess… 202 …showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_insecure_me… 205 …showErrorDialog(R.string.bt_advertise_unsupported_title, R.string.bt_advertise_unsupported_message… 217 …showErrorDialog(R.string.bt_add_service_failed_title, R.string.bt_add_service_failed_message, true…
|
D | BleServerTestBaseActivity.java | 168 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleServerTestBaseActivity 189 …showErrorDialog(R.string.ble_bluetooth_disable_title, R.string.ble_bluetooth_disable_message, true… 276 …showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_secure_mess… 279 …showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_insecure_me… 282 …showErrorDialog(R.string.bt_advertise_unsupported_title, R.string.bt_advertise_unsupported_message… 294 …showErrorDialog(R.string.bt_add_service_failed_title, R.string.bt_add_service_failed_message, true…
|
D | BleInsecureEncryptedServerTestActivity.java | 77 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleInsecureEncryptedServerTestActivity 111 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 | 126 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleConnectionPriorityClientBaseActivity 224 showErrorDialog( 230 showErrorDialog(
|
D | BleEncryptedServerBaseActivity.java | 135 …showErrorDialog(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
|
D | BleConnectionPriorityServerBaseActivity.java | 103 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleConnectionPriorityServerBaseActivity 179 …showErrorDialog(R.string.bt_advertise_unsupported_title, R.string.bt_advertise_unsupported_message…
|
D | BleClientTestBaseActivity.java | 209 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/ |
D | IntroActivity.java | 65 showErrorDialog(); in setupWorkProfile() 70 showErrorDialog(); in setupWorkProfile() 76 private void showErrorDialog() { in showErrorDialog() method in IntroActivity
|