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