public class Software
extends java.lang.Object
Constructor and Description |
---|
Software() |
Modifier and Type | Method and Description |
---|---|
void |
addAllBluetoothProfiles(java.util.Collection<BluetoothProfile> bps) |
void |
addAllGlExtensions(java.util.Collection<java.lang.String> extensions) |
void |
addBluetoothProfile(BluetoothProfile bp) |
void |
addGlExtension(java.lang.String extension) |
Software |
deepCopy() |
boolean |
equals(java.lang.Object o) |
java.util.Set<BluetoothProfile> |
getBluetoothProfiles() |
java.util.Set<java.lang.String> |
getGlExtensions() |
java.lang.String |
getGlVersion() |
int |
getMaxSdkLevel() |
int |
getMinSdkLevel() |
int |
hashCode() |
boolean |
hasLiveWallpaperSupport() |
boolean |
hasStatusBar() |
void |
setGlVersion(java.lang.String version) |
void |
setLiveWallpaperSupport(boolean liveWallpaperSupport) |
void |
setMaxSdkLevel(int sdkLevel) |
void |
setMinSdkLevel(int sdkLevel) |
void |
setStatusBar(boolean hasBar) |
java.lang.String |
toString() |
public int getMinSdkLevel()
public void setMinSdkLevel(int sdkLevel)
public int getMaxSdkLevel()
public void setMaxSdkLevel(int sdkLevel)
public boolean hasLiveWallpaperSupport()
public void setLiveWallpaperSupport(boolean liveWallpaperSupport)
@NonNull public java.util.Set<BluetoothProfile> getBluetoothProfiles()
public void addBluetoothProfile(BluetoothProfile bp)
public void addAllBluetoothProfiles(java.util.Collection<BluetoothProfile> bps)
public java.lang.String getGlVersion()
public void setGlVersion(java.lang.String version)
@NonNull public java.util.Set<java.lang.String> getGlExtensions()
public void addGlExtension(java.lang.String extension)
public void addAllGlExtensions(java.util.Collection<java.lang.String> extensions)
public void setStatusBar(boolean hasBar)
public boolean hasStatusBar()
public Software deepCopy()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object