summaryrefslogtreecommitdiffstats
path: root/wifi/java/android/net/wifi/IWifiManager.aidl
diff options
context:
space:
mode:
authorIrfan Sheriff <isheriff@google.com>2011-02-15 19:30:27 -0800
committerIrfan Sheriff <isheriff@google.com>2011-02-17 13:57:55 -0800
commit227bec49157bc496f7c9e8e8f63c12728a448922 (patch)
treedb88fc365127eccc356ee221cc50aeb70f37e111 /wifi/java/android/net/wifi/IWifiManager.aidl
parent7cb0d07fcf03150ecd04cc5c2573923dae72a366 (diff)
downloadframeworks_base-227bec49157bc496f7c9e8e8f63c12728a448922.zip
frameworks_base-227bec49157bc496f7c9e8e8f63c12728a448922.tar.gz
frameworks_base-227bec49157bc496f7c9e8e8f63c12728a448922.tar.bz2
data activity reporting on wifi
Initial checkin, need icons to complete the feature Bug: 3412258 Change-Id: I9a3ecc8159cc314d84707065dafe23d402409a84
Diffstat (limited to 'wifi/java/android/net/wifi/IWifiManager.aidl')
-rw-r--r--wifi/java/android/net/wifi/IWifiManager.aidl19
1 files changed, 11 insertions, 8 deletions
diff --git a/wifi/java/android/net/wifi/IWifiManager.aidl b/wifi/java/android/net/wifi/IWifiManager.aidl
index 847577f..7a9276d 100644
--- a/wifi/java/android/net/wifi/IWifiManager.aidl
+++ b/wifi/java/android/net/wifi/IWifiManager.aidl
@@ -1,16 +1,16 @@
/**
* Copyright (c) 2008, 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
+ * 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
+ * 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
+ * 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.
*/
@@ -23,6 +23,7 @@ import android.net.wifi.WpsResult;
import android.net.wifi.ScanResult;
import android.net.DhcpInfo;
+import android.os.Messenger;
import android.os.WorkSource;
/**
@@ -111,5 +112,7 @@ interface IWifiManager
void forgetNetwork(int networkId);
WpsResult startWps(in WpsConfiguration config);
+
+ Messenger getMessenger();
}