summaryrefslogtreecommitdiffstats
path: root/wifi/java/android/net/wifi/WifiActivityEnergyInfo.aidl
diff options
context:
space:
mode:
authorvandwalle <vandwalle@google.com>2014-08-07 12:20:45 -0700
committerPierre Vandwalle <vandwalle@google.com>2014-08-26 00:28:42 +0000
commitb928a3802bfcd3aeed592906ddb3e14c653b213c (patch)
tree5d5e2e6f7393354224cb2b602e4a79526b8e5cd4 /wifi/java/android/net/wifi/WifiActivityEnergyInfo.aidl
parent37cf9907d201e39ecf8a8de934c44e3eaf04b6db (diff)
downloadframeworks_base-b928a3802bfcd3aeed592906ddb3e14c653b213c.zip
frameworks_base-b928a3802bfcd3aeed592906ddb3e14c653b213c.tar.gz
frameworks_base-b928a3802bfcd3aeed592906ddb3e14c653b213c.tar.bz2
add radio stats to link layer
Bug:15563188 Change-Id: I3d2a230b0362520b9f1b2bc3792260116971e106
Diffstat (limited to 'wifi/java/android/net/wifi/WifiActivityEnergyInfo.aidl')
-rw-r--r--wifi/java/android/net/wifi/WifiActivityEnergyInfo.aidl19
1 files changed, 19 insertions, 0 deletions
diff --git a/wifi/java/android/net/wifi/WifiActivityEnergyInfo.aidl b/wifi/java/android/net/wifi/WifiActivityEnergyInfo.aidl
new file mode 100644
index 0000000..007ec94
--- /dev/null
+++ b/wifi/java/android/net/wifi/WifiActivityEnergyInfo.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 WifiActivityEnergyInfo;