Public 成员函数 | |
| AbAppProcessInfo () | |
| AbAppProcessInfo (String processName, int pid, int uid) | |
| int | compareTo (AbAppProcessInfo another) |
Public 属性 | |
| String | appName |
| String | processName |
| int | pid |
| int | uid |
| Drawable | icon |
| long | memory |
| String | cpu |
| String | status |
| String | threadsCount |
© 2012 amsoft.cn 名称:AbProcessInfo.java 描述:进程信息
|
inline |
Instantiates a new ab process info.
|
inline |
Instantiates a new ab process info.
| processName | the process name |
| pid | the pid |
| uid | the uid |
|
inline |
| String com.ab.model.AbAppProcessInfo.appName |
The app name.
| String com.ab.model.AbAppProcessInfo.cpu |
占用的内存.
| Drawable com.ab.model.AbAppProcessInfo.icon |
The icon.
| long com.ab.model.AbAppProcessInfo.memory |
占用的内存.
| int com.ab.model.AbAppProcessInfo.pid |
The pid of this process; 0 if none.
| String com.ab.model.AbAppProcessInfo.processName |
The name of the process that this object is associated with.
| String com.ab.model.AbAppProcessInfo.status |
进程的状态,其中S表示休眠,R表示正在运行,Z表示僵死状态,N表示该进程优先值是负数.
| String com.ab.model.AbAppProcessInfo.threadsCount |
当前使用的线程数.
| int com.ab.model.AbAppProcessInfo.uid |
The user id of this process.
1.8.8