Here you can find the source of getNetworkType(TelephonyManager tm)
public static int getNetworkType(TelephonyManager tm)
//package com.java2s; import android.telephony.TelephonyManager; public class Main { public static int getNetworkType(TelephonyManager tm) {// int return tm.getNetworkType(); }/*from www . ja va 2s. c o m*/ }