Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/core/java/android/util/proto/
H A DProtoInputStream.java241 throw new ProtoParseException( in nextField()
523 throw new ProtoParseException("Embedded Object (" in start()
544 throw new ProtoParseException( in end()
608 throw new ProtoParseException( in readVarint()
622 throw new ProtoParseException( in readVarint()
659 throw new ProtoParseException( in readFixed32()
705 throw new ProtoParseException(
739 throw new ProtoParseException(
837 throw new ProtoParseException(
858 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()
/aosp14/frameworks/base/services/core/java/com/android/server/os/
H A DNativeTombstoneManager.java45 import android.util.proto.ProtoParseException;
463 } catch (IOException | ProtoParseException ex) { in parse()
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
H A DCrossDeviceSyncController.java40 import android.util.proto.ProtoParseException;
506 } catch (IOException | ProtoParseException e) { in processTelecomDataFromSync()
/aosp14/frameworks/base/core/api/
H A Dtest-lint-baseline.txt638 MissingNullability: android.util.proto.ProtoParseException#ProtoParseException(String) parameter #0:
639 Missing nullability on parameter `msg` in method `ProtoParseException`
H A Dtest-current.txt3385 public class ProtoParseException extends java.lang.RuntimeException {
3386 ctor public ProtoParseException(String);
3389 public class WireTypeMismatchException extends android.util.proto.ProtoParseException {
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes8338 android.util.proto.ProtoParseException
H A Dboot-image-profile.txt31136 Landroid/util/proto/ProtoParseException;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes8369 android.util.proto.ProtoParseException
H A Dboot-image-profile.txt41270 Landroid/util/proto/ProtoParseException;