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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java69 public abstract class PhoneBase extends Handler implements Phone { class in inherits:Handler,Phone
199 * Constructs a PhoneBase in normal (non-unit test) mode.
206 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci) { method in class:PhoneBase
211 * Constructs a PhoneBase in normal (non-unit test) mode.
220 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci, method in class:PhoneBase
599 * the thread that originally obtained this PhoneBase instance.
696 //throw new Exception("getIccCard Shouldn't be called from PhoneBase");
1160 Log.e(LOG_TAG, "Error! " + name + "() in PhoneBase should not be " +
1172 Log.e(LOG_TAG, "Error! " + name + "() in PhoneBase should not be " +
1176 // Called by SimRecords which is constructed with a PhoneBase instea
[all...]

Completed in 231 milliseconds