OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCommonProcess
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/app/procstats/
ProcessStats.java
233
if (otherProc.
getCommonProcess
() != otherProc) {
238
if (thisProc.
getCommonProcess
() == thisProc) {
432
ps.
getCommonProcess
().tmpNumInUse++;
433
ps.
getCommonProcess
().tmpFoundSubProc = ps;
741
if (proc.
getCommonProcess
() != proc) {
[
all
...]
ProcessState.java
214
public ProcessState
getCommonProcess
() {
[
all
...]
Completed in 2029 milliseconds