18347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindran/*
28347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindran** Copyright 2016, The Android Open Source Project
38347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindran**
48347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindran** Licensed under the Apache License, Version 2.0 (the "License");
58347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindran** you may not use this file except in compliance with the License.
68347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindran** You may obtain a copy of the License at
78347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindran**
88347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindran**     http://www.apache.org/licenses/LICENSE-2.0
98347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindran**
108347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindran** Unless required by applicable law or agreed to in writing, software
118347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindran** distributed under the License is distributed on an "AS IS" BASIS,
128347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindran** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
138347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindran** See the License for the specific language governing permissions and
148347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindran** limitations under the License.
158347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindran*/
168347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindran
178347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindranpackage android.telephony;
188347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindran
198347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindran/**
208347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindran * @hide
218347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindran */
228347c3898dfca9db048aa0feb0e52a6b55a205efSooraj Sasindranparcelable  ClientRequestStats;
23