/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 | BleServerTestBaseActivity.java | 162 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleServerTestBaseActivity 183 …showErrorDialog(R.string.ble_bluetooth_disable_title, R.string.ble_bluetooth_disable_message, true… 260 …showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_secure_mess… 263 …showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_insecure_me… 266 …showErrorDialog(R.string.bt_advertise_unsupported_title, R.string.bt_advertise_unsupported_message… 278 …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 | 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 | BleConnectionPriorityClientBaseActivity.java | 128 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleConnectionPriorityClientBaseActivity 248 …showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_secure_mess… 251 …showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_insecure_me…
|
D | BleClientTestBaseActivity.java | 186 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleClientTestBaseActivity 217 …showErrorDialog(R.string.ble_bluetooth_disable_title, R.string.ble_bluetooth_disable_message, true… 356 …showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_secure_mess… 359 …showErrorDialog(R.string.ble_bluetooth_mismatch_title, R.string.ble_bluetooth_mismatch_insecure_me…
|
D | BleConnectionPriorityServerBaseActivity.java | 112 private void showErrorDialog(int titleId, int messageId, boolean finish) { in showErrorDialog() method in BleConnectionPriorityServerBaseActivity 172 …showErrorDialog(R.string.bt_advertise_unsupported_title, R.string.bt_advertise_unsupported_message…
|