- session() - Method in class com.jaredrummler.android.processes.models.Stat
-
The session ID of the process.
- setApps(boolean) - Method in class com.jaredrummler.android.processes.ProcessManager.Filter
-
- setName(String) - Method in class com.jaredrummler.android.processes.ProcessManager.Filter
-
- setPid(int) - Method in class com.jaredrummler.android.processes.ProcessManager.Filter
-
- setPpid(int) - Method in class com.jaredrummler.android.processes.ProcessManager.Filter
-
- sigcatch() - Method in class com.jaredrummler.android.processes.models.Stat
-
The bitmap of caught signals, displayed as a decimal number.
- sigignore() - Method in class com.jaredrummler.android.processes.models.Stat
-
The bitmap of ignored signals, displayed as a decimal number.
- signal() - Method in class com.jaredrummler.android.processes.models.Stat
-
The bitmap of pending signals, displayed as a decimal number.
- start_brk() - Method in class com.jaredrummler.android.processes.models.Stat
-
(since Linux 3.3)
Address above which program heap can be expanded with brk(2).
- start_data() - Method in class com.jaredrummler.android.processes.models.Stat
-
(since Linux 3.3)
Address above which program initialized and uninitialized (BSS) data are placed.
- startcode() - Method in class com.jaredrummler.android.processes.models.Stat
-
The address above which program text can run.
- startstack() - Method in class com.jaredrummler.android.processes.models.Stat
-
The address of the start (i.e., bottom) of the stack.
- starttime() - Method in class com.jaredrummler.android.processes.models.Stat
-
The time the process started after system boot.
- stat() - Method in class com.jaredrummler.android.processes.models.AndroidProcess
-
/proc/[pid]/stat
- Stat - Class in com.jaredrummler.android.processes.models
-
/proc/[pid]/stat
- state() - Method in class com.jaredrummler.android.processes.models.Stat
-
One of the following characters, indicating process state:
- statm() - Method in class com.jaredrummler.android.processes.models.AndroidProcess
-
Provides information about memory usage, measured in pages.
- Statm - Class in com.jaredrummler.android.processes.models
-
Provides information about memory usage, measured in pages.
- status() - Method in class com.jaredrummler.android.processes.models.AndroidProcess
-
/proc/[pid]/status
- Status - Class in com.jaredrummler.android.processes.models
-
/proc/[pid]/status
- stime() - Method in class com.jaredrummler.android.processes.models.Stat
-
Amount of time that this process has been scheduled in kernel mode, measured in clock ticks
(divide by sysconf(_SC_CLK_TCK)).
- subsystems - Variable in class com.jaredrummler.android.processes.models.ControlGroup
-
set of subsystems bound to the hierarchy