com.android.sdklib.devices
Class Software
java.lang.Object
   com.android.sdklib.devices.Software
com.android.sdklib.devices.Software
- public class Software 
- extends java.lang.Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
Software
public Software()
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:
- equalsin class- java.lang.Object
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- java.lang.Object
 
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
-