I am trying to check Internet connectivity on Android using the following method. I have a Wi-Fi connection.
private boolean checkInternetConnection() {
You can actually disable internet connection in the simulator just as you would in a real phone.
I just tried it successfully in an android 4.4 image loaded into my simulator.