Java android.telephony PhoneStateListener fields, constructors, methods, implement or subclass

Example usage for Java android.telephony PhoneStateListener fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.telephony PhoneStateListener.

The text is from its open source code.

Subclass

android.telephony.PhoneStateListener has subclasses.
Click this link to see all its subclasses.

Field

intLISTEN_NONE
Stop listening for updates.
intLISTEN_SERVICE_STATE
Listen for changes to the network service state (cellular).
intLISTEN_CELL_LOCATION
Listen for changes to the device's cell location.
intLISTEN_CALL_STATE
Listen for changes to the device call state.
intLISTEN_DATA_CONNECTION_STATE
Listen for changes to the data connection state (cellular).
intLISTEN_DATA_ACTIVITY
Listen for changes to the direction of data traffic on the data connection (cellular).
intLISTEN_SIGNAL_STRENGTHS
Listen for changes to the network signal strengths (cellular).
intLISTEN_CELL_INFO
Listen for changes to observed cell info.

Constructor

PhoneStateListener()
Create a PhoneStateListener for the Phone with the default subscription.