1f604fc33c699b9f91315588ea4d6c6cd3b09a372Anju Mathapati/*
2f604fc33c699b9f91315588ea4d6c6cd3b09a372Anju Mathapati * Copyright (c) 2016 The Android Open Source Project
3f604fc33c699b9f91315588ea4d6c6cd3b09a372Anju Mathapati *
4f604fc33c699b9f91315588ea4d6c6cd3b09a372Anju Mathapati * Licensed under the Apache License, Version 2.0 (the "License");
5f604fc33c699b9f91315588ea4d6c6cd3b09a372Anju Mathapati * you may not use this file except in compliance with the License.
6f604fc33c699b9f91315588ea4d6c6cd3b09a372Anju Mathapati * You may obtain a copy of the License at
7f604fc33c699b9f91315588ea4d6c6cd3b09a372Anju Mathapati *
8f604fc33c699b9f91315588ea4d6c6cd3b09a372Anju Mathapati *      http://www.apache.org/licenses/LICENSE-2.0
9f604fc33c699b9f91315588ea4d6c6cd3b09a372Anju Mathapati *
10f604fc33c699b9f91315588ea4d6c6cd3b09a372Anju Mathapati * Unless required by applicable law or agreed to in writing, software
11f604fc33c699b9f91315588ea4d6c6cd3b09a372Anju Mathapati * distributed under the License is distributed on an "AS IS" BASIS,
12f604fc33c699b9f91315588ea4d6c6cd3b09a372Anju Mathapati * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13f604fc33c699b9f91315588ea4d6c6cd3b09a372Anju Mathapati * See the License for the specific language governing permissions and
14f604fc33c699b9f91315588ea4d6c6cd3b09a372Anju Mathapati * limitations under the License.
15f604fc33c699b9f91315588ea4d6c6cd3b09a372Anju Mathapati */
16f604fc33c699b9f91315588ea4d6c6cd3b09a372Anju Mathapati
17f604fc33c699b9f91315588ea4d6c6cd3b09a372Anju Mathapatipackage com.android.ims;
18f604fc33c699b9f91315588ea4d6c6cd3b09a372Anju Mathapati
19f604fc33c699b9f91315588ea4d6c6cd3b09a372Anju Mathapatiparcelable ImsExternalCallState;
20