am 6677ac27: am d2fc4352: Merge change I6b618094 into eclair

Merge commit '6677ac27773768e006f69abd03aeafc92d66661a'

* commit '6677ac27773768e006f69abd03aeafc92d66661a':
  Fix build.
This commit is contained in:
Dianne Hackborn
2009-10-12 11:35:27 -07:00
committed by Android Git Automerger

View File

@@ -40,7 +40,7 @@ public class MonkeyNetworkMonitor extends IIntentReceiver.Stub {
private long mElapsedTime = 0; // amount of time spent between start() and stop()
public void performReceive(Intent intent, int resultCode, String data, Bundle extras,
boolean ordered) throws RemoteException {
boolean ordered, boolean sticky) throws RemoteException {
NetworkInfo ni = (NetworkInfo) intent.getParcelableExtra(
ConnectivityManager.EXTRA_NETWORK_INFO);
if (LDEBUG) System.out.println("Network state changed: "