Here you can find the source of getNetworkOperator(TelephonyManager tm)
public static String getNetworkOperator(TelephonyManager tm)
//package com.java2s; import android.telephony.TelephonyManager; public class Main { public static String getNetworkOperator(TelephonyManager tm) {// String return tm.getNetworkOperator(); }/*from w w w . ja v a2 s. c o m*/ }