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