Searched defs:PhoneBase (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneBase.java57 public abstract class PhoneBase extends Handler implements Phone { class in inherits:Handler,Phone
174 * Constructs a PhoneBase in normal (non-unit test) mode.
180 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci) { method in class:PhoneBase
185 * Constructs a PhoneBase in normal (non-unit test) mode.
193 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci, method in class:PhoneBase
530 * the thread that originally obtained this PhoneBase instance.
1026 Log.e(LOG_TAG, "Error! " + name + "() in PhoneBase should not be " +

Completed in 6 milliseconds