MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / setError

Method setError

android/src/HM10WriteBuffer.java:70–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 synchronized void setError() {
71 lastChunkWriteError = true;
72 clear();
73 }
74
75 synchronized boolean drain() {
76 final long TIMEOUT = 5000;

Callers 2

beginWriteNextChunkMethod · 0.95
onCharacteristicWriteMethod · 0.80

Calls 1

clearMethod · 0.95

Tested by

no test coverage detected