summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorXia Wang <xiaw@google.com>2011-11-28 16:49:06 -0800
committerXia Wang <xiaw@google.com>2011-11-28 16:49:06 -0800
commit2d9f4620625405b916aa27177a6b5f82f8e5b15d (patch)
tree5826a3a069631302fe07353487b71cec73bb5467 /core
parent25261f59af0d902f239e541b735f7dc31e714b07 (diff)
downloadframeworks_base-2d9f4620625405b916aa27177a6b5f82f8e5b15d.zip
frameworks_base-2d9f4620625405b916aa27177a6b5f82f8e5b15d.tar.gz
frameworks_base-2d9f4620625405b916aa27177a6b5f82f8e5b15d.tar.bz2
Fix build
Change-Id: I465d85e4783763f311ed6ec0a09c1edde9712405
Diffstat (limited to 'core')
-rw-r--r--core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/WifiConnectionTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/WifiConnectionTest.java b/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/WifiConnectionTest.java
index ee1ade2..d33a445 100644
--- a/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/WifiConnectionTest.java
+++ b/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/WifiConnectionTest.java
@@ -167,7 +167,7 @@ public class WifiConnectionTest
log("-- START Wi-Fi connection test to : " + ssid + " --");
connectToWifi(networks.get(i));
// wait for 2 minutes between wifi stop and start
- sleep(ConnectivityManagerTestActivity.WIFI_START_TIMER,
+ sleep(ConnectivityManagerTestActivity.WIFI_STOP_START_INTERVAL,
"interruped while connected to wifi");
log("-- END Wi-Fi connection test to " + ssid + " -- ");
}