summaryrefslogtreecommitdiffstats
path: root/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp
diff options
context:
space:
mode:
authorPeter Qiu <zqiu@google.com>2016-11-18 10:05:10 -0800
committerPeter Qiu <zqiu@google.com>2016-12-01 09:53:56 -0800
commit8ca4ac971a9b862fbd69c57af3a3c0029a6b9f4d (patch)
tree50b3b25210acd8e21e5ade5772575373504d79e0 /tests/wifitests/src/com/android/server/wifi/hotspot2/anqp
parent450a34955b855f0d813400013a9dbeead9d84c7b (diff)
downloadandroid_frameworks_opt_net_wifi-8ca4ac971a9b862fbd69c57af3a3c0029a6b9f4d.tar.gz
android_frameworks_opt_net_wifi-8ca4ac971a9b862fbd69c57af3a3c0029a6b9f4d.tar.bz2
android_frameworks_opt_net_wifi-8ca4ac971a9b862fbd69c57af3a3c0029a6b9f4d.zip
hotspot2: anqp: update package name to reflect the updated location
Bug: 33000864 Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh Change-Id: If842197a027a2c8381aacf5b256191f81bcbd1bb
Diffstat (limited to 'tests/wifitests/src/com/android/server/wifi/hotspot2/anqp')
-rw-r--r--tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/I18NameTest.java2
-rw-r--r--tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/VenueNameElementTest.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/I18NameTest.java b/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/I18NameTest.java
index fb6f63729..29b196230 100644
--- a/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/I18NameTest.java
+++ b/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/I18NameTest.java
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-package com.android.server.wifi.anqp;
+package com.android.server.wifi.hotspot2.anqp;
import static org.junit.Assert.*;
diff --git a/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/VenueNameElementTest.java b/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/VenueNameElementTest.java
index ff80e4b09..90c3d25be 100644
--- a/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/VenueNameElementTest.java
+++ b/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/VenueNameElementTest.java
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-package com.android.server.wifi.anqp;
+package com.android.server.wifi.hotspot2.anqp;
import static org.junit.Assert.*;