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