OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adjSource
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/am/
ProcessRecord.java
125
Object
adjSource
; // Debugging: option dependent object.
126
int adjSourceOom; // Debugging: oom_adj of
adjSource
's process.
542
if (
adjSource
!= null || adjTarget != null) {
553
if (
adjSource
instanceof ProcessRecord) {
555
sb.append(((ProcessRecord)
adjSource
).toShortString());
557
} else if (
adjSource
!= null) {
558
sb.append(
adjSource
.toString());
ActivityManagerService.java
[
all
...]
Completed in 40 milliseconds