Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleClientService.java774 private void notifyError(String message) { in notifyError() method in BleClientService
1176 notifyError("Failed to request mtu: " + status);
1197 notifyError("Failed to send result for service changed event");
1211 notifyError("Failed to write characteristic: " + status + " : " + uid);
1227 notifyError("Written data is not correct");
1236 notifyError("Not Permission Write: " + status + " : " + uid);
1239 notifyError("Not Authentication Write: " + status + " : " + uid);
1241 notifyError("Failed to write characteristic: " + status + " : " + uid);
1252 notifyError("Failed to write characteristic: " + status + " : " + uid);
1264 notifyError("reliable write failed");
[all …]
DBleCocClientService.java287 private void notifyError(String message) { in notifyError() method in BleCocClientService
455 notifyError("Not Permission Read: " + status + " : " + uid);
457 notifyError("Not Authentication Read: " + status + " : " + uid);
459 notifyError("Failed to read characteristic: " + status + " : " + uid);
492 notifyError("Failed to call create bond");
503 notifyError("No valid service in Advertisement");
718 notifyError("Failed to create bond");
/cts/tests/framework/base/biometrics/src/android/server/biometrics/fingerprint/
DFingerprintManagerTest.java313 testSessions.first().notifyError(userId, FINGERPRINT_ERROR_CANCELED); in testRejectThenErrorFromForegroundActivity()
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricActivityTests.java173 session.notifyError(userId, BiometricPrompt.BIOMETRIC_ERROR_CANCELED); in testBiometricOnly_rejectThenErrorFromForegroundActivity_forSensor()
/cts/tests/tests/tv/src/android/media/tv/ad/cts/
DTvAdServiceTest.java356 mTvAdView.notifyError(errorMessage, params); in testNotifyError()
/cts/tests/tests/tv/src/android/media/tv/interactive/cts/
DTvInteractiveAppServiceTest.java701 mRecordingSession.notifyError(TvInputManager.RECORDING_ERROR_UNKNOWN); in testRecordingError()
956 mTvIAppView.notifyError("msg", new Bundle()); in testNotifyError()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvInputServiceTest.java515 session.notifyError(error); in verifyCallbackError()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dtest-current.txt1572 …method @RequiresPermission(android.Manifest.permission.TEST_BIOMETRIC) public void notifyError(int…
Dcurrent.txt27749 method public void notifyError(int);
28116 method public void notifyError(@NonNull String, @NonNull android.os.Bundle);
28371 method public void notifyError(@NonNull String, @NonNull android.os.Bundle);