summaryrefslogtreecommitdiffstats
path: root/wifi/java/android/net/wifi/WifiNetworkConnectionStatistics.aidl
diff options
context:
space:
mode:
authorvandwalle <vandwalle@google.com>2014-07-25 17:10:56 -0700
committerPierre Vandwalle <vandwalle@google.com>2014-07-28 21:20:55 +0000
commit4eeecb25509f91ac7a6e2cde76dac782fbec5360 (patch)
treeb7da7e0d7ba9c7dbc88499d871a2d7f2c312da44 /wifi/java/android/net/wifi/WifiNetworkConnectionStatistics.aidl
parent154b2cf6bbb99ee258b289846183172139a87dba (diff)
downloadframeworks_base-4eeecb25509f91ac7a6e2cde76dac782fbec5360.zip
frameworks_base-4eeecb25509f91ac7a6e2cde76dac782fbec5360.tar.gz
frameworks_base-4eeecb25509f91ac7a6e2cde76dac782fbec5360.tar.bz2
introduce WifiConnectionstatistics
This CL is dependent on I10584a447fecd977df3eefd8e2cc028bd26ec0e3 Change-Id: I51fbbf062feb22c5f16b438675519064cc43e160
Diffstat (limited to 'wifi/java/android/net/wifi/WifiNetworkConnectionStatistics.aidl')
-rw-r--r--wifi/java/android/net/wifi/WifiNetworkConnectionStatistics.aidl19
1 files changed, 19 insertions, 0 deletions
diff --git a/wifi/java/android/net/wifi/WifiNetworkConnectionStatistics.aidl b/wifi/java/android/net/wifi/WifiNetworkConnectionStatistics.aidl
new file mode 100644
index 0000000..5f497e2
--- /dev/null
+++ b/wifi/java/android/net/wifi/WifiNetworkConnectionStatistics.aidl
@@ -0,0 +1,19 @@
+/**
+ * Copyright (c) 2014, 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.wifi;
+
+parcelable WifiNetworkConnectionStatistics;