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