am 4ac4ab4e
: Merge "Remove sleep from test acitivity to avoid ANR when key event is injected bug#: 5737922" into ics-mr1
* commit '4ac4ab4ef046eed4d1ada7bbb1d54ee0a244d454': Remove sleep from test acitivity to avoid ANR when key event is injected bug#: 5737922
This commit is contained in:
@ -249,8 +249,6 @@ public class ConnectivityManagerTestActivity extends Activity {
|
|||||||
sleep(SHORT_TIMEOUT);
|
sleep(SHORT_TIMEOUT);
|
||||||
removeConfiguredNetworksAndDisableWifi();
|
removeConfiguredNetworksAndDisableWifi();
|
||||||
mWifiRegexs = mCM.getTetherableWifiRegexs();
|
mWifiRegexs = mCM.getTetherableWifiRegexs();
|
||||||
// after wifi is shutdown, wait for 2 minute to enable wifi
|
|
||||||
sleep(WIFI_STOP_START_INTERVAL);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<WifiConfiguration> loadNetworkConfigurations() throws Exception {
|
public List<WifiConfiguration> loadNetworkConfigurations() throws Exception {
|
||||||
|
Reference in New Issue
Block a user