com.android.sdklib.devices
Class Software

java.lang.Object
  extended by com.android.sdklib.devices.Software

public class Software
extends java.lang.Object


Constructor Summary
Software()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Software

public Software()
Method Detail

getMinSdkLevel

public int getMinSdkLevel()

setMinSdkLevel

public void setMinSdkLevel(int sdkLevel)

getMaxSdkLevel

public int getMaxSdkLevel()

setMaxSdkLevel

public void setMaxSdkLevel(int sdkLevel)

hasLiveWallpaperSupport

public boolean hasLiveWallpaperSupport()

setLiveWallpaperSupport

public void setLiveWallpaperSupport(boolean liveWallpaperSupport)

getBluetoothProfiles

@NonNull
public java.util.Set<BluetoothProfile> getBluetoothProfiles()

addBluetoothProfile

public void addBluetoothProfile(BluetoothProfile bp)

addAllBluetoothProfiles

public void addAllBluetoothProfiles(java.util.Collection<BluetoothProfile> bps)

getGlVersion

public java.lang.String getGlVersion()

setGlVersion

public void setGlVersion(java.lang.String version)

getGlExtensions

@NonNull
public java.util.Set<java.lang.String> getGlExtensions()

addGlExtension

public void addGlExtension(java.lang.String extension)

addAllGlExtensions

public void addAllGlExtensions(java.util.Collection<java.lang.String> extensions)

setStatusBar

public void setStatusBar(boolean hasBar)

hasStatusBar

public boolean hasStatusBar()

deepCopy

public Software deepCopy()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object