Home | History | Annotate | Download | only in telephony

Lines Matching defs:TelephonyManager

65 public class TelephonyManager {
66 private static final String TAG = "TelephonyManager";
105 public TelephonyManager(Context context) {
120 private TelephonyManager() {
124 private static TelephonyManager sInstance = new TelephonyManager();
128 public static TelephonyManager getDefault() {
133 public static TelephonyManager from(Context context) {
134 return (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE);