OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPrevAffiliate
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
RecentTasks.java
423
if (cur.
mPrevAffiliate
!= null) {
426
+ cur.
mPrevAffiliate
);
433
if (cur.
mPrevAffiliate
== null) {
436
+ cur.
mPrevAffiliate
+ " but should be id "
437
+ cur.
mPrevAffiliate
);
565
other = task.
mPrevAffiliate
;
717
if (startTask.taskId == affiliateId && startTask.
mPrevAffiliate
== null &&
754
if (next.
mPrevAffiliate
!= prev)
[
all
...]
TaskRecord.java
237
TaskRecord
mPrevAffiliate
; // previous task in affiliated chain.
516
mPrevAffiliate
= prevAffiliate;
527
if (
mPrevAffiliate
!= null) {
528
mPrevAffiliate
.setNextAffiliate(mNextAffiliate);
531
mNextAffiliate.setPrevAffiliate(
mPrevAffiliate
);
556
if (nextRecents.
mPrevAffiliate
== taskToAffiliateWith) {
[
all
...]
Completed in 45 milliseconds