summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNathan Harold <nharold@google.com>2017-11-02 01:42:11 -0700
committerNathan Harold <nharold@google.com>2018-01-26 11:58:24 -0800
commitea0ca8c0309aebdc3c1ca5c070d2c906ad17029e (patch)
tree49b9a1a595fb2a0e6182bba9669d5085ccde380f /tests
parent4db05fc5230b2d90772d742da220acb456091d52 (diff)
Relocate KeepalivePacketData to frameworks/base
Due to an issue resolving the boot classpath, the KeepalivePacketData structure cannot be referenced by frameworks/opt/telephony while it is in services; Update references in wifi to point to the new package name, android.net. Bug: 38350389 Test: compilation Merged-In: I620933b6d5bbf0177c4dda9e2f4933e5c2a63310 Change-Id: I620933b6d5bbf0177c4dda9e2f4933e5c2a63310 (cherry picked from commit 505663e1f5ecfd9ec588f5d9073915a5f0a9ecc1)
Diffstat (limited to 'tests')
-rw-r--r--tests/wifitests/src/com/android/server/wifi/WifiVendorHalTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wifitests/src/com/android/server/wifi/WifiVendorHalTest.java b/tests/wifitests/src/com/android/server/wifi/WifiVendorHalTest.java
index 84de9d227..31e770169 100644
--- a/tests/wifitests/src/com/android/server/wifi/WifiVendorHalTest.java
+++ b/tests/wifitests/src/com/android/server/wifi/WifiVendorHalTest.java
@@ -48,6 +48,7 @@ import android.hardware.wifi.V1_0.WifiDebugTxPacketFateReport;
import android.hardware.wifi.V1_0.WifiInformationElement;
import android.hardware.wifi.V1_0.WifiStatus;
import android.hardware.wifi.V1_0.WifiStatusCode;
+import android.net.KeepalivePacketData;
import android.net.apf.ApfCapabilities;
import android.net.wifi.RttManager;
import android.net.wifi.ScanResult;
@@ -61,7 +62,6 @@ import android.os.RemoteException;
import android.os.test.TestLooper;
import android.util.Pair;
-import com.android.server.connectivity.KeepalivePacketData;
import com.android.server.wifi.util.NativeUtil;
import static org.junit.Assert.*;