Searched refs:restoreFromXml (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | PersistableBundle.java | 204 return restoreFromXml(in); in readThisUnknownObjectXml() 234 public static PersistableBundle restoreFromXml(XmlPullParser in) throws IOException, in restoreFromXml() method in PersistableBundle
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | TaskRecord.java | 880 static TaskRecord restoreFromXml(XmlPullParser in, ActivityStackSupervisor stackSupervisor) in restoreFromXml() method in TaskRecord 882 return restoreFromXml(in, stackSupervisor, INVALID_TASK_ID); in restoreFromXml() 884 static TaskRecord restoreFromXml(XmlPullParser in, ActivityStackSupervisor stackSupervisor, in restoreFromXml() method in TaskRecord 954 taskDescription.restoreFromXml(attrName, attrValue); in restoreFromXml() 980 affinityIntent = Intent.restoreFromXml(in); in restoreFromXml() 982 intent = Intent.restoreFromXml(in); in restoreFromXml() 984 ActivityRecord activity = ActivityRecord.restoreFromXml(in, stackSupervisor); in restoreFromXml()
|
D | ActivityRecord.java | 1146 static ActivityRecord restoreFromXml(XmlPullParser in, ActivityStackSupervisor stackSupervisor) in restoreFromXml() method 1177 taskDescription.restoreFromXml(attrName, attrValue); in restoreFromXml() 1191 intent = Intent.restoreFromXml(in); in restoreFromXml() 1195 persistentState = PersistableBundle.restoreFromXml(in); in restoreFromXml()
|
D | TaskPersister.java | 383 TaskRecord.restoreFromXml(in, mStackSupervisor); in restoreTasksLocked() 788 task = TaskRecord.restoreFromXml( in createTaskRecordLocked()
|
/frameworks/base/services/core/java/com/android/server/job/ |
D | JobStore.java | 607 PersistableBundle extras = PersistableBundle.restoreFromXml(parser); in restoreJobFromXml()
|
/frameworks/base/core/java/android/app/ |
D | ActivityManager.java | 695 public void restoreFromXml(String attrName, String attrValue) { in restoreFromXml() method in ActivityManager.TaskDescription
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 7637 public static Intent restoreFromXml(XmlPullParser in) throws IOException, in restoreFromXml() method
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 805 bundle.restoreFromXml(parser); in getTrustAgentInfo()
|