131db18a4c078b77f011170a27eb95c94398efde6Jack Yu/*
231db18a4c078b77f011170a27eb95c94398efde6Jack Yu * Copyright 2017 The Android Open Source Project
331db18a4c078b77f011170a27eb95c94398efde6Jack Yu *
431db18a4c078b77f011170a27eb95c94398efde6Jack Yu * Licensed under the Apache License, Version 2.0 (the "License");
531db18a4c078b77f011170a27eb95c94398efde6Jack Yu * you may not use this file except in compliance with the License.
631db18a4c078b77f011170a27eb95c94398efde6Jack Yu * You may obtain a copy of the License at
731db18a4c078b77f011170a27eb95c94398efde6Jack Yu *
831db18a4c078b77f011170a27eb95c94398efde6Jack Yu *      http://www.apache.org/licenses/LICENSE-2.0
931db18a4c078b77f011170a27eb95c94398efde6Jack Yu *
1031db18a4c078b77f011170a27eb95c94398efde6Jack Yu * Unless required by applicable law or agreed to in writing, software
1131db18a4c078b77f011170a27eb95c94398efde6Jack Yu * distributed under the License is distributed on an "AS IS" BASIS,
1231db18a4c078b77f011170a27eb95c94398efde6Jack Yu * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1331db18a4c078b77f011170a27eb95c94398efde6Jack Yu * See the License for the specific language governing permissions and
1431db18a4c078b77f011170a27eb95c94398efde6Jack Yu * limitations under the License.
1531db18a4c078b77f011170a27eb95c94398efde6Jack Yu */
1631db18a4c078b77f011170a27eb95c94398efde6Jack Yu
1731db18a4c078b77f011170a27eb95c94398efde6Jack Yu/** @hide */
1831db18a4c078b77f011170a27eb95c94398efde6Jack Yupackage android.telephony;
1931db18a4c078b77f011170a27eb95c94398efde6Jack Yu
2031db18a4c078b77f011170a27eb95c94398efde6Jack Yuparcelable CellIdentityWcdma;
21