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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java82 public abstract class PhoneBase extends Handler implements Phone { class in inherits:Handler,Phone
83 private static final String LOG_TAG = "PhoneBase";
303 * Constructs a PhoneBase in normal (non-unit test) mode.
310 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci) { method in class:PhoneBase
315 * Constructs a PhoneBase in normal (non-unit test) mode.
324 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, method in class:PhoneBase
330 * Constructs a PhoneBase in normal (non-unit test) mode.
340 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, method in class:PhoneBase
659 public void migrateFrom(PhoneBase from) {
999 * the thread that originally obtained this PhoneBase instanc
[all...]

Completed in 134 milliseconds