Home
last modified time | relevance | path

Searched defs:restoreFromXml (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DPersistableBundle.java370 public static PersistableBundle restoreFromXml(XmlPullParser in) throws IOException, in restoreFromXml() method in PersistableBundle
376 public static PersistableBundle restoreFromXml(TypedXmlPullParser in) throws IOException, in restoreFromXml() method in PersistableBundle
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/
H A DSuspendParams.java125 public static SuspendParams restoreFromXml(TypedXmlPullParser in) throws IOException { in restoreFromXml() method in SuspendParams
/aosp14/frameworks/base/core/java/android/content/pm/
H A DSuspendDialogInfo.java220 public static SuspendDialogInfo restoreFromXml(TypedXmlPullParser in) { in restoreFromXml() method in SuspendDialogInfo
/aosp14/frameworks/base/core/java/android/app/admin/
H A DSystemUpdatePolicy.java745 public static SystemUpdatePolicy restoreFromXml(TypedXmlPullParser parser) { in restoreFromXml() method in SystemUpdatePolicy
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManager.java2184 public void restoreFromXml(TypedXmlPullParser in) { in restoreFromXml() method in ActivityManager.TaskDescription
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java11979 public static Intent restoreFromXml(XmlPullParser in) throws IOException, in restoreFromXml() method