Home
last modified time | relevance | path

Searched refs:weakActivity (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java1587 private WeakReference<ActivityRecord> weakActivity; field in ActivityRecord.Token
1597 if (weakActivity != null) { in attach()
1600 weakActivity = new WeakReference<>(activity); in attach()
1607 ActivityRecord r = token.weakActivity.get(); in tokenToActivityRecordLocked()
1620 if (weakActivity != null) { in toString()
1621 sb.append(weakActivity.get()); in toString()