16f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monk/**
26f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monk * Copyright (c) 2013, The Android Open Source Project
36f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monk *
46f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monk * Licensed under the Apache License, Version 2.0 (the "License");
56f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monk * you may not use this file except in compliance with the License.
66f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monk * You may obtain a copy of the License at
76f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monk *
86f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monk *     http://www.apache.org/licenses/LICENSE-2.0
96f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monk *
106f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monk * Unless required by applicable law or agreed to in writing, software
116f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monk * distributed under the License is distributed on an "AS IS" BASIS,
126f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monk * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
136f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monk * See the License for the specific language governing permissions and
146f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monk * limitations under the License.
156f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monk */
166f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monkpackage com.android.net;
176f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monk
186f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monk/** @hide */
196f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monkinterface IProxyCallback
206f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monk{
216f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monk    oneway void getProxyPort(IBinder callback);
226f8a68f49a7e8cf86104e721a1e8be7568b5f730Jason Monk}
23