Class AndroidModel
A description of an Android device tests may be run on.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class AndroidModel : IDirectResponseSchema
Properties
Brand
The company that this device is branded with. Example: "Google", "Samsung".
Declaration
[JsonProperty("brand")]
public virtual string Brand { get; set; }
Property Value
Type | Description |
---|---|
string |
Codename
The name of the industrial design. This corresponds to android.os.Build.DEVICE.
Declaration
[JsonProperty("codename")]
public virtual string Codename { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Form
Whether this device is virtual or physical.
Declaration
[JsonProperty("form")]
public virtual string Form { get; set; }
Property Value
Type | Description |
---|---|
string |
FormFactor
Whether this device is a phone, tablet, wearable, etc.
Declaration
[JsonProperty("formFactor")]
public virtual string FormFactor { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The unique opaque id for this model. Use this for invoking the TestExecutionService.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
LabInfo
Output only. Lab info of this device.
Declaration
[JsonProperty("labInfo")]
public virtual LabInfo LabInfo { get; set; }
Property Value
Type | Description |
---|---|
LabInfo |
LowFpsVideoRecording
True if and only if tests with this model are recorded by stitching together screenshots. See use_low_spec_video_recording in device config.
Declaration
[JsonProperty("lowFpsVideoRecording")]
public virtual bool? LowFpsVideoRecording { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Manufacturer
The manufacturer of this device.
Declaration
[JsonProperty("manufacturer")]
public virtual string Manufacturer { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The human-readable marketing name for this device model. Examples: "Nexus 5", "Galaxy S5".
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
PerVersionInfo
Version-specific information of an Android model.
Declaration
[JsonProperty("perVersionInfo")]
public virtual IList<PerAndroidVersionInfo> PerVersionInfo { get; set; }
Property Value
Type | Description |
---|---|
IList<PerAndroidVersionInfo> |
ScreenDensity
Screen density in DPI. This corresponds to ro.sf.lcd_density
Declaration
[JsonProperty("screenDensity")]
public virtual int? ScreenDensity { get; set; }
Property Value
Type | Description |
---|---|
int? |
ScreenX
Screen size in the horizontal (X) dimension measured in pixels.
Declaration
[JsonProperty("screenX")]
public virtual int? ScreenX { get; set; }
Property Value
Type | Description |
---|---|
int? |
ScreenY
Screen size in the vertical (Y) dimension measured in pixels.
Declaration
[JsonProperty("screenY")]
public virtual int? ScreenY { get; set; }
Property Value
Type | Description |
---|---|
int? |
SupportedAbis
The list of supported ABIs for this device. This corresponds to either android.os.Build.SUPPORTED_ABIS (for API level 21 and above) or android.os.Build.CPU_ABI/CPU_ABI2. The most preferred ABI is the first element in the list. Elements are optionally prefixed by "version_id:" (where version_id is the id of an AndroidVersion), denoting an ABI that is supported only on a particular version.
Declaration
[JsonProperty("supportedAbis")]
public virtual IList<string> SupportedAbis { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SupportedVersionIds
The set of Android versions this device supports.
Declaration
[JsonProperty("supportedVersionIds")]
public virtual IList<string> SupportedVersionIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Tags
Tags for this dimension. Examples: "default", "preview", "deprecated".
Declaration
[JsonProperty("tags")]
public virtual IList<string> Tags { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ThumbnailUrl
URL of a thumbnail image (photo) of the device.
Declaration
[JsonProperty("thumbnailUrl")]
public virtual string ThumbnailUrl { get; set; }
Property Value
Type | Description |
---|---|
string |