Searched defs:stackSupervisor (Results 1 - 5 of 5) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java2721 ActivityStackSupervisor stackSupervisor) throws IOException, XmlPullParserException {
2783 final ActivityManagerService service = stackSupervisor.mService;
2784 final ActivityInfo aInfo = stackSupervisor.resolveActivity(intent, resolvedType, 0, null,
2794 stackSupervisor, null /* container */, null /* options */, null /* sourceRecord */);
2720 restoreFromXml(XmlPullParser in, ActivityStackSupervisor stackSupervisor) argument
H A DKeyguardController.java69 ActivityStackSupervisor stackSupervisor) {
71 mStackSupervisor = stackSupervisor;
68 KeyguardController(ActivityManagerService service, ActivityStackSupervisor stackSupervisor) argument
H A DTaskChangeNotificationController.java212 ActivityStackSupervisor stackSupervisor, Handler handler) {
214 mStackSupervisor = stackSupervisor;
211 TaskChangeNotificationController(ActivityManagerService service, ActivityStackSupervisor stackSupervisor, Handler handler) argument
H A DTaskPersister.java130 TaskPersister(File systemDir, ActivityStackSupervisor stackSupervisor, argument
148 mStackSupervisor = stackSupervisor;
H A DTaskRecord.java1786 static TaskRecord restoreFromXml(XmlPullParser in, ActivityStackSupervisor stackSupervisor) argument
1916 ActivityRecord activity = ActivityRecord.restoreFromXml(in, stackSupervisor);
1972 final TaskRecord task = new TaskRecord(stackSupervisor.mService, taskId, intent,

Completed in 342 milliseconds