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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java86 public abstract class PhoneBase extends Handler implements Phone { class in inherits:Handler,Phone
87 private static final String LOG_TAG = "PhoneBase";
333 * Constructs a PhoneBase in normal (non-unit test) mode.
340 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci) { method in class:PhoneBase
345 * Constructs a PhoneBase in normal (non-unit test) mode.
354 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, method in class:PhoneBase
360 * Constructs a PhoneBase in normal (non-unit test) mode.
370 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, method in class:PhoneBase
717 public void migrateFrom(PhoneBase from) {
1082 * the thread that originally obtained this PhoneBase instanc
[all...]

Completed in 170 milliseconds