ProfileableClient
public
interface
ProfileableClient
| com.android.tradefed.device.server.ProfileableClient |
This represents a single profilealbe client, usually an Android VM process.
This class gives access to basic client information.
More detailed information, usually updated in real time, can be access through the ProfileableClientData class. Each ProfileableClient object has its own
ProfileableClientData accessed through getProfileableClientData().
Summary
Public methods | |
|---|---|
abstract
ProfileableClientData
|
getProfileableClientData()
Returns the |
Public methods
getProfileableClientData
public abstract ProfileableClientData getProfileableClientData ()
Returns the ProfileableClientData object containing this client information.
| Returns | |
|---|---|
ProfileableClientData |
|