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