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/core/java/com/android/server/am/
ProcessRecord.java
153
Object
adjSource
; // Debugging: option dependent object.
154
int adjSourceProcState; // Debugging: proc state of
adjSource
's process.
656
if (
adjSource
!= null || adjTarget != null) {
667
if (
adjSource
instanceof ProcessRecord) {
669
sb.append(((ProcessRecord)
adjSource
).toShortString());
[
all
...]