Skip to content

Commit 4acb784

Browse files
Xia WangAndroid Git Automerger
authored andcommitted
am 87badc2: am 4ac4ab4: Merge "Remove sleep from test acitivity to avoid ANR when key event is injected bug#: 5737922" into ics-mr1
* commit '87badc20c7d5462ee27f13adf50acaf6a3232884': Remove sleep from test acitivity to avoid ANR when key event is injected bug#: 5737922
2 parents e328d6b + 87badc2 commit 4acb784

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ConnectivityManagerTestActivity.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,6 @@ protected void onCreate(Bundle savedInstanceState) {
249249
sleep(SHORT_TIMEOUT);
250250
removeConfiguredNetworksAndDisableWifi();
251251
mWifiRegexs = mCM.getTetherableWifiRegexs();
252-
// after wifi is shutdown, wait for 2 minute to enable wifi
253-
sleep(WIFI_STOP_START_INTERVAL);
254252
}
255253

256254
public List<WifiConfiguration> loadNetworkConfigurations() throws Exception {

0 commit comments

Comments
 (0)