ProcessInfo
public
class
ProcessInfo
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.ProcessInfo |
Used to store process related(USER, PID and NAME) information.
Summary
Public methods | |
---|---|
String
|
getName()
Returns the process name. |
int
|
getPid()
Returns the process ID number. |
String
|
getUser()
Returns the username of the process's owner. |
Public methods
getName
public String getName ()
Returns the process name.
Returns | |
---|---|
String |
getPid
public int getPid ()
Returns the process ID number.
Returns | |
---|---|
int |
getUser
public String getUser ()
Returns the username of the process's owner.
Returns | |
---|---|
String |