Here you can find the source of getSimOperatorName(TelephonyManager tm)
public static String getSimOperatorName(TelephonyManager tm)
//package com.java2s; import android.telephony.TelephonyManager; public class Main { public static String getSimOperatorName(TelephonyManager tm) {// String return tm.getSimOperatorName(); }// ww w .j a v a2 s. co m }