1e22b3b143240f0f18e3d6d3c06686ad3c23b131bDianne Hackborn/**
2e22b3b143240f0f18e3d6d3c06686ad3c23b131bDianne Hackborn * Copyright (c) 2014, The Android Open Source Project
3e22b3b143240f0f18e3d6d3c06686ad3c23b131bDianne Hackborn *
4e22b3b143240f0f18e3d6d3c06686ad3c23b131bDianne Hackborn * Licensed under the Apache License, Version 2.0 (the "License");
5e22b3b143240f0f18e3d6d3c06686ad3c23b131bDianne Hackborn * you may not use this file except in compliance with the License.
6e22b3b143240f0f18e3d6d3c06686ad3c23b131bDianne Hackborn * You may obtain a copy of the License at
7e22b3b143240f0f18e3d6d3c06686ad3c23b131bDianne Hackborn *
8e22b3b143240f0f18e3d6d3c06686ad3c23b131bDianne Hackborn *     http://www.apache.org/licenses/LICENSE-2.0
9e22b3b143240f0f18e3d6d3c06686ad3c23b131bDianne Hackborn *
10e22b3b143240f0f18e3d6d3c06686ad3c23b131bDianne Hackborn * Unless required by applicable law or agreed to in writing, software
11e22b3b143240f0f18e3d6d3c06686ad3c23b131bDianne Hackborn * distributed under the License is distributed on an "AS IS" BASIS,
12e22b3b143240f0f18e3d6d3c06686ad3c23b131bDianne Hackborn * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13e22b3b143240f0f18e3d6d3c06686ad3c23b131bDianne Hackborn * See the License for the specific language governing permissions and
14e22b3b143240f0f18e3d6d3c06686ad3c23b131bDianne Hackborn * limitations under the License.
15e22b3b143240f0f18e3d6d3c06686ad3c23b131bDianne Hackborn */
16e22b3b143240f0f18e3d6d3c06686ad3c23b131bDianne Hackborn
170debc9aff4c0cbc28e083a948081d91b0f171319Adam Lesinskipackage android.app.usage;
18e22b3b143240f0f18e3d6d3c06686ad3c23b131bDianne Hackborn
190debc9aff4c0cbc28e083a948081d91b0f171319Adam Lesinskiparcelable PackageUsageStats;
20