Searched refs:PhoneBase (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DTelephonyTester.java26 import com.android.internal.telephony.PhoneBase;
38 private PhoneBase mPhone;
59 TelephonyTester(PhoneBase phone) {
H A DDebugService.java48 PhoneBase phoneBase = null;
57 phoneBase = (PhoneBase)phoneProxy.getActivePhone();
59 pw.println("Telephony DebugService: Could not PhoneBase e=" + e);
H A DSmsStorageMonitor.java70 public SmsStorageMonitor(PhoneBase phone) {
H A DIccPhoneBookInterfaceManager.java42 protected PhoneBase mPhone;
110 public IccPhoneBookInterfaceManager(PhoneBase phone) {
H A DImsSMSDispatcher.java52 public ImsSMSDispatcher(PhoneBase phone, SmsStorageMonitor storageMonitor,
77 protected void updatePhoneObject(PhoneBase phone) {
H A DPhoneProxy.java68 public PhoneProxy(PhoneBase phone) {
73 new IccSmsInterfaceManager((PhoneBase) this.mActivePhone);
77 mCommandsInterface = ((PhoneBase)mActivePhone).mCi;
217 mIccSmsInterfaceManager.updatePhoneObject((PhoneBase) mActivePhone);
222 mCommandsInterface = ((PhoneBase)mActivePhone).mCi;
239 outgoingPhoneName = ((PhoneBase) oldPhone).getPhoneName();
H A DIccSmsInterfaceManager.java71 protected PhoneBase mPhone;
119 protected IccSmsInterfaceManager(PhoneBase phone) {
167 protected void updatePhoneObject(PhoneBase phone) {
H A DServiceStateTracker.java56 protected PhoneBase mPhoneBase;
201 protected ServiceStateTracker(PhoneBase phoneBase, CommandsInterface ci, CellInfo cellInfo) {
660 protected boolean shouldFixTimeZoneNow(PhoneBase phoneBase, String operatorNumeric,
780 * the thread that originally obtained this PhoneBase instance.
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...]
H A DSMSDispatcher.java127 protected PhoneBase mPhone;
173 protected SMSDispatcher(PhoneBase phone, SmsUsageMonitor usageMonitor) {
212 protected void updatePhoneObject(PhoneBase phone) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTesterDeactivateAll.java27 import com.android.internal.telephony.PhoneBase;
38 private PhoneBase mPhone;
68 DcTesterDeactivateAll(PhoneBase phone, DcController dcc, Handler handler) {
H A DDcTesterFailBringUpAll.java27 import com.android.internal.telephony.PhoneBase;
44 private PhoneBase mPhone;
77 DcTesterFailBringUpAll(PhoneBase phone, Handler handler) {
H A DDcRetryAlarmController.java29 import com.android.internal.telephony.PhoneBase;
39 private PhoneBase mPhone;
78 DcRetryAlarmController(PhoneBase phone, DataConnection dc) {
H A DDcController.java27 import com.android.internal.telephony.PhoneBase;
47 private PhoneBase mPhone;
76 private DcController(String name, PhoneBase phone, DcTrackerBase dct,
88 static DcController makeDcc(PhoneBase phone, DcTrackerBase dct, Handler handler) {
H A DDataConnection.java23 import com.android.internal.telephony.PhoneBase;
158 private PhoneBase mPhone;
232 static DataConnection makeDataConnection(PhoneBase phone, int id,
310 private DataConnection(PhoneBase phone, String name, int id,
H A DDcTrackerBase.java56 import com.android.internal.telephony.PhoneBase;
190 protected PhoneBase mPhone;
519 protected DcTrackerBase(PhoneBase phone) {
555 mAutoAttachOnCreation = sp.getBoolean(PhoneBase.DATA_DISABLED_ON_BOOT_KEY, false);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmInboundSmsHandler.java26 import com.android.internal.telephony.PhoneBase;
43 private final PhoneBase mPhone;
49 PhoneBase phone) {
74 SmsStorageMonitor storageMonitor, PhoneBase phone) {
H A DGsmCellBroadcastHandler.java29 import com.android.internal.telephony.PhoneBase;
45 private final PhoneBase mPhone;
47 protected GsmCellBroadcastHandler(Context context, PhoneBase phone) {
65 PhoneBase phone) {
H A DGsmSMSDispatcher.java31 import com.android.internal.telephony.PhoneBase;
64 public GsmSMSDispatcher(PhoneBase phone, SmsStorageMonitor storageMonitor,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaInboundSmsHandler.java33 import com.android.internal.telephony.PhoneBase;
48 private final PhoneBase mPhone;
63 PhoneBase phone, CdmaSMSDispatcher smsDispatcher) {
89 SmsStorageMonitor storageMonitor, PhoneBase phone, CdmaSMSDispatcher smsDispatcher) {
H A DCdmaSMSDispatcher.java32 import com.android.internal.telephony.PhoneBase;
48 public CdmaSMSDispatcher(PhoneBase phone, SmsStorageMonitor storageMonitor,
H A DEriManager.java25 import com.android.internal.telephony.PhoneBase;
99 public EriManager(PhoneBase phone, Context context, int eriFileSource) {
H A DCDMAPhone.java56 import com.android.internal.telephony.PhoneBase;
86 public class CDMAPhone extends PhoneBase {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java42 import com.android.internal.telephony.PhoneBase;
53 abstract class SipPhoneBase extends PhoneBase {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java36 import com.android.internal.telephony.PhoneBase;

Completed in 164 milliseconds

12