14cff392a2b3702514e78c5419bf15de6e39c59afSailesh Nepal/*
24cff392a2b3702514e78c5419bf15de6e39c59afSailesh Nepal * Copyright 2014, The Android Open Source Project
34cff392a2b3702514e78c5419bf15de6e39c59afSailesh Nepal *
44cff392a2b3702514e78c5419bf15de6e39c59afSailesh Nepal * Licensed under the Apache License, Version 2.0 (the "License");
54cff392a2b3702514e78c5419bf15de6e39c59afSailesh Nepal * you may not use this file except in compliance with the License.
64cff392a2b3702514e78c5419bf15de6e39c59afSailesh Nepal * You may obtain a copy of the License at
74cff392a2b3702514e78c5419bf15de6e39c59afSailesh Nepal *
84cff392a2b3702514e78c5419bf15de6e39c59afSailesh Nepal *     http://www.apache.org/licenses/LICENSE-2.0
94cff392a2b3702514e78c5419bf15de6e39c59afSailesh Nepal *
104cff392a2b3702514e78c5419bf15de6e39c59afSailesh Nepal * Unless required by applicable law or agreed to in writing, software
114cff392a2b3702514e78c5419bf15de6e39c59afSailesh Nepal * distributed under the License is distributed on an "AS IS" BASIS,
124cff392a2b3702514e78c5419bf15de6e39c59afSailesh Nepal * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
134cff392a2b3702514e78c5419bf15de6e39c59afSailesh Nepal * See the License for the specific language governing permissions and
144cff392a2b3702514e78c5419bf15de6e39c59afSailesh Nepal * limitations under the License.
154cff392a2b3702514e78c5419bf15de6e39c59afSailesh Nepal */
164cff392a2b3702514e78c5419bf15de6e39c59afSailesh Nepal
17ef9f6f957d897ea0ed82114185b8fa3fefd4917bTyler Gunnpackage android.telecom;
184cff392a2b3702514e78c5419bf15de6e39c59afSailesh Nepal
19b19a0bcdd8a5020c61a0d697f600fdc943c86f59Ihab Awad/**
20b19a0bcdd8a5020c61a0d697f600fdc943c86f59Ihab Awad * {@hide}
21b19a0bcdd8a5020c61a0d697f600fdc943c86f59Ihab Awad */
22b19a0bcdd8a5020c61a0d697f600fdc943c86f59Ihab Awadparcelable AudioState;
23