ProfileableClientData
public
class
ProfileableClientData
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.device.server.ProfileableClientData |
Contains the data of a ProfileableClientImpl.
Summary
Public constructors | |
|---|---|
ProfileableClientData(int pid, String processName, String abi)
Generic constructor. |
|
Public methods | |
|---|---|
String
|
getAbi()
Returns the abi flavor (32-bit or 64-bit) of the application, null if unknown or not set. |
int
|
getPid()
Returns the process ID. |
String
|
getProcessName()
Returns the application's process name. |
void
|
setProcessName(String name)
|
Public constructors
ProfileableClientData
public ProfileableClientData (int pid,
String processName,
String abi)Generic constructor.
| Parameters | |
|---|---|
pid |
int |
processName |
String |
abi |
String |
Public methods
getAbi
public String getAbi ()
Returns the abi flavor (32-bit or 64-bit) of the application, null if unknown or not set.
| Returns | |
|---|---|
String |
|
getPid
public int getPid ()
Returns the process ID.
| Returns | |
|---|---|
int |
|
getProcessName
public String getProcessName ()
Returns the application's process name.
| Returns | |
|---|---|
String |
|
setProcessName
public void setProcessName (String name)
| Parameters | |
|---|---|
name |
String |