Home
last modified time | relevance | path

Searched refs:PhoneNotifier (Results 1 – 16 of 16) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneFactory.java20 import com.android.internal.telephony.PhoneNotifier;
38 PhoneNotifier phoneNotifier, Phone defaultPhone) { in makePhone()
DImsPhoneBase.java42 import com.android.internal.telephony.PhoneNotifier;
57 public ImsPhoneBase(String name, Context context, PhoneNotifier notifier, in ImsPhoneBase()
DImsPhone.java91 import com.android.internal.telephony.PhoneNotifier;
177 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone) { in ImsPhone()
182 public ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone, in ImsPhone()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhoneFactory.java19 import com.android.internal.telephony.PhoneNotifier;
40 PhoneNotifier phoneNotifier) { in makePhone()
DSipPhoneBase.java42 import com.android.internal.telephony.PhoneNotifier;
56 public SipPhoneBase(String name, Context context, PhoneNotifier notifier) { in SipPhoneBase()
DSipPhone.java41 import com.android.internal.telephony.PhoneNotifier;
70 SipPhone (Context context, PhoneNotifier notifier, SipProfile profile) { in SipPhone()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneFactoryTest.java20 import com.android.internal.telephony.PhoneNotifier;
36 private PhoneNotifier mPhoneNotifer;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java27 public interface PhoneNotifier { interface
DPhoneFactory.java76 static private PhoneNotifier sPhoneNotifier;
328 public static Phone makeImsPhone(PhoneNotifier phoneNotifier, Phone defaultPhone) { in makeImsPhone()
DDefaultPhoneNotifier.java44 public class DefaultPhoneNotifier implements PhoneNotifier {
DPhone.java318 protected PhoneNotifier mNotifier;
402 protected Phone(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, in Phone()
419 protected Phone(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, in Phone()
DGsmCdmaPhone.java191 public GsmCdmaPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, int phoneId, in GsmCdmaPhone()
196 public GsmCdmaPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, in GsmCdmaPhone()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTestPhoneNotifier.java.broken29 public class TestPhoneNotifier implements PhoneNotifier {
DTelephonyTest.java105 protected PhoneNotifier mNotifier;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java67 protected PhoneMock(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, in PhoneMock()
73 protected PhoneMock(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, in PhoneMock()
/frameworks/base/
Dcompiled-classes-phone5590 com.android.internal.telephony.PhoneNotifier