Fields Summary |
---|
private static final String | UNKNOWNValue used for when a build property is unknown. |
public static final String | IDEither a changelist number, or a label like "M4-rc20". |
public static final String | DISPLAYA build ID string meant for displaying to the user |
public static final String | PRODUCTThe name of the overall product. |
public static final String | DEVICEThe name of the industrial design. |
public static final String | BOARDThe name of the underlying board, like "goldfish". |
public static final String | BRANDThe brand (e.g., carrier) the software is customized for, if any. |
public static final String | MODELThe end-user-visible name for the end product. |
public static final String | TYPEThe type of build, like "user" or "eng". |
public static final String | TAGSComma-separated tags describing the build, like "unsigned,debug". |
public static final String | FINGERPRINTA string that uniquely identifies this build. Do not attempt to parse this value. |
public static final long | TIME |
public static final String | USER |
public static final String | HOST |