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