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