Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java420 private static final String TAG_PERSISTABLEBUNDLE = "persistable_bundle"; field in ActivityRecord
10027 out.startTag(null, TAG_PERSISTABLEBUNDLE);
10029 out.endTag(null, TAG_PERSISTABLEBUNDLE);
10060 } else if (TAG_PERSISTABLEBUNDLE.equals(name)) {