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