blob: 29260e9966634aa706b13ab64dd13c56e4b18d64 [file] [log] [blame]
Winson Chung1147c402014-05-14 11:05:00 -07001/**
2 * Copyright (c) 2014, The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17package android.app;
18
Sudheer Shankafc46e9b2016-10-21 17:55:27 -070019parcelable ActivityManager.MemoryInfo;
20parcelable ActivityManager.ProcessErrorStateInfo;
Winson Chung1147c402014-05-14 11:05:00 -070021parcelable ActivityManager.RecentTaskInfo;
Yorke Leebd54c2a2016-10-25 13:49:23 -070022parcelable ActivityManager.TaskDescription;
Sudheer Shankafc46e9b2016-10-21 17:55:27 -070023parcelable ActivityManager.RunningAppProcessInfo;
24parcelable ActivityManager.RunningServiceInfo;
25parcelable ActivityManager.RunningTaskInfo;
26/** @hide */
27parcelable ActivityManager.StackInfo;
28/** @hide */
Jorim Jaggie2c77f92016-12-29 14:57:22 +010029parcelable ActivityManager.TaskThumbnail;
30/** @hide */
31parcelable ActivityManager.TaskSnapshot;