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
126
Object
adjSource
; // Debugging: option dependent object.
127
int adjSourceOom; // Debugging: oom_adj of
adjSource
's process.
544
if (
adjSource
!= null || adjTarget != null) {
555
if (
adjSource
instanceof ProcessRecord) {
557
sb.append(((ProcessRecord)
adjSource
).toShortString());
559
} else if (
adjSource
!= null) {
560
sb.append(
adjSource
.toString());
ActivityManagerService.java
[
all
...]
Completed in 30 milliseconds