Searched defs:PhoneStateListener (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/telephony/java/android/telephony/
H A DPhoneStateListener.java42 * pass your PhoneStateListener object, along with bitwise-or of the LISTEN_
51 public class PhoneStateListener { class
52 private static final String LOG_TAG = "PhoneStateListener";
238 * Create a PhoneStateListener for the Phone with the default subscription.
241 public PhoneStateListener() { method in class:PhoneStateListener
246 * Create a PhoneStateListener for the Phone with the default subscription
250 public PhoneStateListener(Looper looper) { method in class:PhoneStateListener
255 * Create a PhoneStateListener for the Phone using the specified subscription.
257 * own non-null Looper use PhoneStateListener(int subId, Looper looper) below.
260 public PhoneStateListener(in method in class:PhoneStateListener
269 public PhoneStateListener(int subId, Looper looper) { method in class:PhoneStateListener
[all...]

Completed in 39 milliseconds