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