Home
last modified time | relevance | path

Searched refs:ProtoParseException (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
H A DProtoInputStreamIncompleteValueTest.java20 import android.util.proto.ProtoParseException;
58 } catch (ProtoParseException ppe) { in testIncompleteVarint()
96 } catch (ProtoParseException ppe) { in testIncompleteFixed64()
134 } catch (ProtoParseException ppe) { in testIncompleteLengthDelimited()
171 } catch (ProtoParseException ppe) { in testIncompleteFixed32()
/aosp12/frameworks/base/core/java/android/util/proto/
H A DProtoInputStream.java239 throw new ProtoParseException( in nextField()
521 throw new ProtoParseException("Embedded Object (" in start()
542 throw new ProtoParseException( in end()
606 throw new ProtoParseException( in readVarint()
620 throw new ProtoParseException( in readVarint()
657 throw new ProtoParseException( in readFixed32()
703 throw new ProtoParseException(
737 throw new ProtoParseException(
835 throw new ProtoParseException(
856 throw new ProtoParseException("Unexpectedly reached end of embedded object. "
[all …]
H A DProtoParseException.java27 public class ProtoParseException extends RuntimeException { class
34 public ProtoParseException(String msg) { in ProtoParseException() method in ProtoParseException
H A DWireTypeMismatchException.java27 public class WireTypeMismatchException extends ProtoParseException {
H A DEncodedBuffer.java229 throw new ProtoParseException("Varint too long -- " + getDebugString()); in readRawUnsigned()
H A DProtoOutputStream.java2425 throw new ProtoParseException("editEncodedSize Bad tag tag=0x" in editEncodedSize()
2484 throw new ProtoParseException("compactSizes Bad tag tag=0x" in compactSizes()
/aosp12/frameworks/base/services/core/java/com/android/server/os/
H A DNativeTombstoneManager.java45 import android.util.proto.ProtoParseException;
445 } catch (IOException | ProtoParseException ex) { in parse()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt2701 public class ProtoParseException extends java.lang.RuntimeException {
2702 ctor public ProtoParseException(String);
2705 public class WireTypeMismatchException extends android.util.proto.ProtoParseException {
H A Dtest-lint-baseline.txt2222 MissingNullability: android.util.proto.ProtoParseException#ProtoParseException(String) parameter #0:
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes7310 android.util.proto.ProtoParseException
H A Dboot-image-profile.txt30964 Landroid/util/proto/ProtoParseException;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes7332 android.util.proto.ProtoParseException
H A Dboot-image-profile.txt40628 Landroid/util/proto/ProtoParseException;