Package com.android.server.os
Enum Class LinphoneTombstoneProtos.MemoryError.Tool
java.lang.Object
java.lang.Enum<LinphoneTombstoneProtos.MemoryError.Tool>
com.android.server.os.LinphoneTombstoneProtos.MemoryError.Tool
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<LinphoneTombstoneProtos.MemoryError.Tool>
,Constable
- Enclosing class:
- LinphoneTombstoneProtos.MemoryError
public static enum LinphoneTombstoneProtos.MemoryError.Tool
extends Enum<LinphoneTombstoneProtos.MemoryError.Tool>
implements com.google.protobuf.Internal.EnumLite
Protobuf enum
MemoryError.Tool
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
GWP_ASAN = 0;
static final int
SCUDO = 1;
-
Method Summary
Modifier and TypeMethodDescriptionforNumber
(int value) final int
static com.google.protobuf.Internal.EnumLiteMap<LinphoneTombstoneProtos.MemoryError.Tool>
static com.google.protobuf.Internal.EnumVerifier
valueOf
(int value) Deprecated.Returns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
GWP_ASAN
GWP_ASAN = 0;
-
SCUDO
SCUDO = 1;
-
UNRECOGNIZED
-
-
Field Details
-
GWP_ASAN_VALUE
public static final int GWP_ASAN_VALUEGWP_ASAN = 0;
- See Also:
-
SCUDO_VALUE
public static final int SCUDO_VALUESCUDO = 1;
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<LinphoneTombstoneProtos.MemoryError.Tool> internalGetValueMap() -
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-