Home
last modified time | relevance | path

Searched refs:notifyError (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleClientService.java633 private void notifyError(String message) { in notifyError() method in BleClientService
984 notifyError("Failed to request mtu: " + status);
1001 notifyError("Failed to write characteristic: " + status + " : " + uid);
1014 notifyError("Written data is not correct");
1022 notifyError("Not Permission Write: " + status + " : " + uid);
1025 notifyError("Not Authentication Write: " + status + " : " + uid);
1027 notifyError("Failed to write characteristic: " + status + " : " + uid);
1037 notifyError("Failed to write characteristic: " + status + " : " + uid);
1049 notifyError("reliable write failed");
1054 notifyError("Failed to write characteristic: " + status + " : " + uid);
[all …]
DBleCocClientService.java290 private void notifyError(String message) { in notifyError() method in BleCocClientService
458 notifyError("Not Permission Read: " + status + " : " + uid);
460 notifyError("Not Authentication Read: " + status + " : " + uid);
462 notifyError("Failed to read characteristic: " + status + " : " + uid);
494 notifyError("Failed to call create bond");
507 notifyError("No valid service in Advertisement");
714 notifyError("Failed to create bond");
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvInputServiceTest.java400 session.notifyError(error); in verifyCallbackError()