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