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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java72 public abstract class PhoneBase extends Handler implements Phone { class in inherits:Handler,Phone
73 private static final String LOG_TAG = "PhoneBase";
230 * Constructs a PhoneBase in normal (non-unit test) mode.
237 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci) { method in class:PhoneBase
242 * Constructs a PhoneBase in normal (non-unit test) mode.
251 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, method in class:PhoneBase
680 * the thread that originally obtained this PhoneBase instance.
784 //throw new Exception("getIccCard Shouldn't be called from PhoneBase");
1351 Rlog.e(LOG_TAG, "Error! " + name + "() in PhoneBase should not be " +
1364 Rlog.e(LOG_TAG, "Error! " + name + "() in PhoneBase shoul
[all...]

Completed in 52 milliseconds