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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneBase.java63 public abstract class PhoneBase extends Handler implements Phone { class in inherits:Handler,Phone
190 * Constructs a PhoneBase in normal (non-unit test) mode.
196 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci) { method in class:PhoneBase
201 * Constructs a PhoneBase in normal (non-unit test) mode.
209 protected PhoneBase(PhoneNotifier notifier, Context context, CommandsInterface ci, method in class:PhoneBase
576 * the thread that originally obtained this PhoneBase instance.
1095 Log.e(LOG_TAG, "Error! " + name + "() in PhoneBase should not be " +
1107 Log.e(LOG_TAG, "Error! " + name + "() in PhoneBase should not be " +
1111 // Called by SimRecords which is constructed with a PhoneBase instead of a GSMPhone.
1151 pw.println("PhoneBase
[all...]

Completed in 1152 milliseconds