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