Home | History | Annotate | Download | only in telecom

Lines Matching refs:telephonyManager

26 import android.telephony.TelephonyManager;
151 * @param telephonyManager the {@link TelephonyManager} to use if TelecomManager#getLine1Number is
159 @Nullable TelephonyManager telephonyManager,
164 if (telephonyManager != null) {
165 return telephonyManager.getLine1Number();
218 * @param telephonyManager The {@link TelephonyManager} object to use for retrieving the voicemail
227 @Nullable TelephonyManager telephonyManager,
233 } else if (telephonyManager != null) {
234 return telephonyManager.getVoiceMailNumber();