Home | History | Annotate | Download | only in service

Lines Matching refs:telephonyManager

23 import android.telephony.TelephonyManager;
137 // The raw phone number from TelephonyManager.getLine1Number
313 // load the MMS User agent and UaProfUrl from TelephonyManager APIs
314 final TelephonyManager telephonyManager =
315 (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);
316 mUserAgent = telephonyManager.getMmsUserAgent();
317 mUaProfUrl = telephonyManager.getMmsUAProfUrl();
525 final TelephonyManager telephonyManager = (TelephonyManager) context.getSystemService(
527 return telephonyManager.getLine1NumberForSubscriber(subId);
531 final TelephonyManager telephonyManager = (TelephonyManager) context.getSystemService(
534 telephonyManager,
536 telephonyManager.getLine1NumberForSubscriber(subId));
543 final TelephonyManager telephonyManager = (TelephonyManager) context.getSystemService(
545 String nai = telephonyManager.getNai(SubscriptionManager.getSlotId(subId));