List of usage examples for android.telephony PhoneStateListener subclass-usage
From source file com.ultrafunk.network_info.service.MobileDataStateListener.java
public class MobileDataStateListener extends PhoneStateListener { private final Context context; public MobileDataStateListener(Context context) { this.context = context; }
From source file alaindc.crowdroid.CustomPhoneStateListener.java
public class CustomPhoneStateListener extends PhoneStateListener { Context mContext; private String LOG_TAG = ""; public CustomPhoneStateListener(Context context) { mContext = context;
From source file fr.inria.ucn.listeners.MyPhoneStateListener.java
/** * Listen for changes in mobile cell and network connectivity. * @author apietila * */ public class MyPhoneStateListener extends PhoneStateListener {
From source file pk.development.sms.detection.CellSniffer.java
/**
* Created by Paul Kinsella on 27/10/2016.
*
* This Singleton class gathers Cell data and Gps data that the Sniffer class
* accesses when it detects a silent sms.
*
From source file pk.development.sms.enums.detection.CellSniffer.java
/**
* Created by Paul Kinsella on 27/10/2016.
*
* This Singleton class gathers Cell data and Gps data that the Sniffer class
* accesses when it detects a silent sms.
*
From source file com.neuron.fantecremote.PhoneIntentReciever.java
class MyPhoneStateListener extends PhoneStateListener { private SharedPreferences prefs; public MyPhoneStateListener(SharedPreferences prefs) { super(); this.prefs = prefs;
From source file org.wso2.emm.agent.services.DeviceNetworkStatus.java
/** * Network statistics such as connection type and signal details can be fetched * from this class. */ public class DeviceNetworkStatus extends PhoneStateListener {
From source file org.restcomm.app.qoslib.Services.LibPhoneStateListener.java
/**
* @author abhin
* This is the class that MMC_Service instantiates and registers as
* a phone state listener for the following events
* <ol>
* <li>PhoneStateListener.LISTEN_CALL_STATE</li>