diff options
author | Robert Greenwalt <rgreenwalt@google.com> | 2010-10-11 16:00:27 -0700 |
---|---|---|
committer | Robert Greenwalt <rgreenwalt@google.com> | 2010-11-19 10:24:30 -0800 |
commit | 434203a277cd2f237a71508a3d5a7d1602126cd5 (patch) | |
tree | 2981f403196d1df7f2ec322a89a4dac1342d86de /core/java/android/net/ProxyProperties.aidl | |
parent | 5af53d4363342b383fd1e4439b5a2c71a47c593d (diff) | |
download | frameworks_base-434203a277cd2f237a71508a3d5a7d1602126cd5.zip frameworks_base-434203a277cd2f237a71508a3d5a7d1602126cd5.tar.gz frameworks_base-434203a277cd2f237a71508a3d5a7d1602126cd5.tar.bz2 |
Notify all VMs when proxy changes.
bug:2700664
Change-Id: I74cc6e0bd6e66847bf18f524ce851e3e9d2c4e87
Diffstat (limited to 'core/java/android/net/ProxyProperties.aidl')
-rw-r--r-- | core/java/android/net/ProxyProperties.aidl | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/core/java/android/net/ProxyProperties.aidl b/core/java/android/net/ProxyProperties.aidl new file mode 100644 index 0000000..02ea15d --- /dev/null +++ b/core/java/android/net/ProxyProperties.aidl @@ -0,0 +1,21 @@ +/* +** +** Copyright (C) 2010 The Android Open Source Project +** +** Licensed under the Apache License, Version 2.0 (the "License"); +** you may not use this file except in compliance with the License. +** You may obtain a copy of the License at +** +** http://www.apache.org/licenses/LICENSE-2.0 +** +** Unless required by applicable law or agreed to in writing, software +** distributed under the License is distributed on an "AS IS" BASIS, +** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +** See the License for the specific language governing permissions and +** limitations under the License. +*/ + +package android.net; + +parcelable ProxyProperties; + |