13bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn/*
23bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn * Copyright (C) 2014 The Android Open Source Project
33bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn *
43bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn * Licensed under the Apache License, Version 2.0 (the "License");
53bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn * you may not use this file except in compliance with the License.
63bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn * You may obtain a copy of the License at
73bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn *
83bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn *      http://www.apache.org/licenses/LICENSE-2.0
93bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn *
103bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn * Unless required by applicable law or agreed to in writing, software
113bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn * distributed under the License is distributed on an "AS IS" BASIS,
123bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
133bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn * See the License for the specific language governing permissions and
143bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn * limitations under the License
153bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn */
163bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn
173bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunnpackage android.telecom;
183bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn
193bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn/**
203bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn * {@hide}
213bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunn */
223bffcf78b5e4bd8b60543126fc0bdb09808f28f5Tyler Gunnparcelable ConferenceParticipant;
23