18ea138cbf12b140d43fd81f4f12fe1a9234f1f25Dianne Hackborn/*
28ea138cbf12b140d43fd81f4f12fe1a9234f1f25Dianne Hackborn** Copyright 2010, The Android Open Source Project
38ea138cbf12b140d43fd81f4f12fe1a9234f1f25Dianne Hackborn**
48ea138cbf12b140d43fd81f4f12fe1a9234f1f25Dianne Hackborn** Licensed under the Apache License, Version 2.0 (the "License");
58ea138cbf12b140d43fd81f4f12fe1a9234f1f25Dianne Hackborn** you may not use this file except in compliance with the License.
68ea138cbf12b140d43fd81f4f12fe1a9234f1f25Dianne Hackborn** You may obtain a copy of the License at
78ea138cbf12b140d43fd81f4f12fe1a9234f1f25Dianne Hackborn**
88ea138cbf12b140d43fd81f4f12fe1a9234f1f25Dianne Hackborn**     http://www.apache.org/licenses/LICENSE-2.0
98ea138cbf12b140d43fd81f4f12fe1a9234f1f25Dianne Hackborn**
108ea138cbf12b140d43fd81f4f12fe1a9234f1f25Dianne Hackborn** Unless required by applicable law or agreed to in writing, software
118ea138cbf12b140d43fd81f4f12fe1a9234f1f25Dianne Hackborn** distributed under the License is distributed on an "AS IS" BASIS,
128ea138cbf12b140d43fd81f4f12fe1a9234f1f25Dianne Hackborn** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
138ea138cbf12b140d43fd81f4f12fe1a9234f1f25Dianne Hackborn** See the License for the specific language governing permissions and
148ea138cbf12b140d43fd81f4f12fe1a9234f1f25Dianne Hackborn** limitations under the License.
158ea138cbf12b140d43fd81f4f12fe1a9234f1f25Dianne Hackborn*/
168ea138cbf12b140d43fd81f4f12fe1a9234f1f25Dianne Hackborn
178ea138cbf12b140d43fd81f4f12fe1a9234f1f25Dianne Hackbornpackage android.os;
188ea138cbf12b140d43fd81f4f12fe1a9234f1f25Dianne Hackborn
198ea138cbf12b140d43fd81f4f12fe1a9234f1f25Dianne Hackbornparcelable RemoteCallback;
20