Home | History | Annotate | Download | only in voicemail

Lines Matching refs:telephonyManager

27 import android.telephony.TelephonyManager;
110 TelephonyManager telephonyManager =
112 .getSystemService(TelephonyManager.class)
114 if (telephonyManager == null) {
126 telephonyManager.listen(serviceStateListener, PhoneStateListener.LISTEN_SERVICE_STATE);
159 TelephonyManager telephonyManager = context.getSystemService(TelephonyManager.class);
161 telephonyManager.listen(listener, PhoneStateListener.LISTEN_NONE);