Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DRecentsAnimation.java81 RecentsAnimation(ActivityTaskManagerService atm, ActivityStackSupervisor stackSupervisor, in RecentsAnimation() argument
86 mStackSupervisor = stackSupervisor; in RecentsAnimation()
DKeyguardController.java78 ActivityStackSupervisor stackSupervisor) { in KeyguardController() argument
80 mStackSupervisor = stackSupervisor; in KeyguardController()
DTaskChangeNotificationController.java296 ActivityStackSupervisor stackSupervisor, Handler handler) { in TaskChangeNotificationController() argument
298 mStackSupervisor = stackSupervisor; in TaskChangeNotificationController()
DTaskPersister.java84 TaskPersister(File systemDir, ActivityStackSupervisor stackSupervisor, in TaskPersister() argument
103 mStackSupervisor = stackSupervisor; in TaskPersister()
DRecentTasks.java240 RecentTasks(ActivityTaskManagerService service, ActivityStackSupervisor stackSupervisor) { in RecentTasks() argument
245 mTaskPersister = new TaskPersister(systemDir, stackSupervisor, service, this, in RecentTasks()
246 stackSupervisor.mPersisterQueue); in RecentTasks()
DTask.java4057 static Task restoreFromXml(XmlPullParser in, ActivityStackSupervisor stackSupervisor)
4215 ActivityRecord.restoreFromXml(in, stackSupervisor);
4272 final Task task = new ActivityStack(stackSupervisor.mService, taskId, intent,
DActivityRecord.java7363 ActivityStackSupervisor stackSupervisor) throws IOException, XmlPullParserException { in restoreFromXml() argument
7427 final ActivityTaskManagerService service = stackSupervisor.mService; in restoreFromXml()
7428 final ActivityInfo aInfo = stackSupervisor.resolveActivity(intent, resolvedType, 0, null, in restoreFromXml()
7438 false /* rootVoiceInteraction */, stackSupervisor, null /* options */, in restoreFromXml()