17c668b921b62e07833c2b8384b33e6ab9c5a0929Tyler Gunn/*
27c668b921b62e07833c2b8384b33e6ab9c5a0929Tyler Gunn * Copyright (C) 2014 The Android Open Source Project
37c668b921b62e07833c2b8384b33e6ab9c5a0929Tyler Gunn *
47c668b921b62e07833c2b8384b33e6ab9c5a0929Tyler Gunn * Licensed under the Apache License, Version 2.0 (the "License");
57c668b921b62e07833c2b8384b33e6ab9c5a0929Tyler Gunn * you may not use this file except in compliance with the License.
67c668b921b62e07833c2b8384b33e6ab9c5a0929Tyler Gunn * You may obtain a copy of the License at
77c668b921b62e07833c2b8384b33e6ab9c5a0929Tyler Gunn *
87c668b921b62e07833c2b8384b33e6ab9c5a0929Tyler Gunn *      http://www.apache.org/licenses/LICENSE-2.0
97c668b921b62e07833c2b8384b33e6ab9c5a0929Tyler Gunn *
107c668b921b62e07833c2b8384b33e6ab9c5a0929Tyler Gunn * Unless required by applicable law or agreed to in writing, software
117c668b921b62e07833c2b8384b33e6ab9c5a0929Tyler Gunn * distributed under the License is distributed on an "AS IS" BASIS,
127c668b921b62e07833c2b8384b33e6ab9c5a0929Tyler Gunn * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
137c668b921b62e07833c2b8384b33e6ab9c5a0929Tyler Gunn * See the License for the specific language governing permissions and
147c668b921b62e07833c2b8384b33e6ab9c5a0929Tyler Gunn * limitations under the License
157c668b921b62e07833c2b8384b33e6ab9c5a0929Tyler Gunn */
167c668b921b62e07833c2b8384b33e6ab9c5a0929Tyler Gunn
177c668b921b62e07833c2b8384b33e6ab9c5a0929Tyler Gunn
18ef9f6f957d897ea0ed82114185b8fa3fefd4917bTyler Gunnpackage android.telecom;
197c668b921b62e07833c2b8384b33e6ab9c5a0929Tyler Gunn
20b19a0bcdd8a5020c61a0d697f600fdc943c86f59Ihab Awad/**
21b19a0bcdd8a5020c61a0d697f600fdc943c86f59Ihab Awad * {@hide}
22b19a0bcdd8a5020c61a0d697f600fdc943c86f59Ihab Awad */
23b19a0bcdd8a5020c61a0d697f600fdc943c86f59Ihab Awadparcelable VideoProfile;
24400470fab932fe3374149ab89386e460ea161002Yorke Leeparcelable VideoProfile.CameraCapabilities;
25