public static class AntPlusWatchDownloaderPcc.DeviceInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static |
CREATOR
CREATOR for parceling
|
Constructor and Description |
---|
AntPlusWatchDownloaderPcc.DeviceInfo(java.util.UUID deviceUUID,
int antFsManufacturerId,
int antFsDeviceType,
java.lang.String savedDisplayName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
int |
getAntfsDeviceType()
Returns the device type.
|
int |
getAntfsManufacturerId()
Returns the manufacturer id.
|
java.util.UUID |
getDeviceUUID()
Returns a UUID uniquely identifying this device for the plugin.
|
java.lang.String |
getDisplayName()
Returns the display name.
|
void |
writeToParcel(Parcel dest,
int flags) |
public AntPlusWatchDownloaderPcc.DeviceInfo(java.util.UUID deviceUUID, int antFsManufacturerId, int antFsDeviceType, java.lang.String savedDisplayName)
deviceUUID
- deviceUUIDantFsManufacturerId
- antFsManufacturerIdantFsDeviceType
- antFsDeviceTypesavedDisplayName
- savedDisplayNamepublic int describeContents()
public void writeToParcel(Parcel dest, int flags)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.util.UUID getDeviceUUID()
public int getAntfsManufacturerId()
public int getAntfsDeviceType()
public java.lang.String getDisplayName()
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.