ProfileableClientImpl
public
class
ProfileableClientImpl
extends Object
implements
ProfileableClient
| java.lang.Object | |
| ↳ | com.android.tradefed.device.server.ProfileableClientImpl |
This represents a single profileable client, usually a Dalvik VM process.
This class gives access to basic client information.
Summary
Public methods | |
|---|---|
ProfileableClientData
|
getProfileableClientData()
Returns the |
Public methods
getProfileableClientData
public ProfileableClientData getProfileableClientData ()
Returns the ProfileableClientData object containing this client information.
| Returns | |
|---|---|
ProfileableClientData |
|