Searched refs:ProtocolError (Results 1 – 3 of 3) sorted by relevance
40 public class ProtocolError extends Asn1Sequence { class46 public ProtocolError() { in ProtocolError() method in ProtocolError72 public static ProtocolError fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()73 ProtocolError result = new ProtocolError(); in fromPerUnaligned()81 public static ProtocolError fromPerAligned(byte[] encodedBytes) { in fromPerAligned()82 ProtocolError result = new ProtocolError(); in fromPerAligned()
159 private class ProtocolError extends Exception { class in AudioProtocol160 public ProtocolError(String message) { in ProtocolError() method in AudioProtocol.ProtocolError171 private void assertProtocol(boolean cond, String message) throws ProtocolError { in assertProtocol()173 throw new ProtocolError(message); in assertProtocol()232 private void handleStartPlayback(int len) throws ProtocolError, IOException, ExitRequest { in handleStartPlayback()245 throw new ProtocolError("wrong id"); in handleStartPlayback()248 throw new ProtocolError("wrong rate"); in handleStartPlayback()307 } catch (ProtocolError e) { in handleStartPlayback()313 private void handleStopPlayback(int len) throws ProtocolError, IOException { in handleStopPlayback()330 private void handleStartRecording(int len) throws ProtocolError, IOException, ExitRequest { in handleStartRecording()[all …]
37 import android.location.cts.asn1.supl2.rrlp_components.ProtocolError;242 $ProtocolError(Asn1Tag.fromClassAndNumber(2, 4),246 return new ProtocolError(); in createElement()251 return tag == null ? ProtocolError.getPossibleFirstTags() : ImmutableList.of(tag); in getPossibleFirstTags()489 return !hasExtensionValue() && Select.$ProtocolError == selection; in isProtocolError()496 public ProtocolError getProtocolError() { in getProtocolError()500 return (ProtocolError) element; in getProtocolError()503 public void setProtocolError(ProtocolError selected) { in setProtocolError()504 selection = Select.$ProtocolError; in setProtocolError()509 public ProtocolError setProtocolErrorToNewInstance() { in setProtocolErrorToNewInstance()[all …]