Home
last modified time | relevance | path

Searched refs:PhoneNotifier (Results 1 – 14 of 14) 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.java48 import com.android.internal.telephony.PhoneNotifier;
65 public ImsPhoneBase(String name, Context context, PhoneNotifier notifier) { in ImsPhoneBase()
DImsPhone.java87 import com.android.internal.telephony.PhoneNotifier;
174 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.java45 import com.android.internal.telephony.PhoneNotifier;
60 public SipPhoneBase(String name, Context context, PhoneNotifier notifier) { in SipPhoneBase()
DSipPhone.java42 import com.android.internal.telephony.PhoneNotifier;
67 SipPhone (Context context, PhoneNotifier notifier, SipProfile profile) { in SipPhone()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMALTEPhone.java46 import com.android.internal.telephony.PhoneNotifier;
81 public CDMALTEPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, in CDMALTEPhone()
86 public CDMALTEPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, in CDMALTEPhone()
307 protected void init(Context context, PhoneNotifier notifier) { in init()
DCDMAPhone.java62 import com.android.internal.telephony.PhoneNotifier;
145 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, in CDMAPhone()
156 protected void init(Context context, PhoneNotifier notifier) { in init()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java28 public interface PhoneNotifier { interface
DPhoneFactory.java77 static private PhoneNotifier sPhoneNotifier;
416 public static ImsPhone makeImsPhone(PhoneNotifier phoneNotifier, Phone defaultPhone) { in makeImsPhone()
DDefaultPhoneNotifier.java45 public class DefaultPhoneNotifier implements PhoneNotifier {
DPhoneBase.java353 protected PhoneNotifier mNotifier;
367 … protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci) { in PhoneBase()
381 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, in PhoneBase()
397 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci, in PhoneBase()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTestPhoneNotifier.java.broken29 public class TestPhoneNotifier implements PhoneNotifier {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGSMPhone.java69 import com.android.internal.telephony.PhoneNotifier;
146 GSMPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode) { in GSMPhone()
175 GSMPhone(Context context, CommandsInterface ci, PhoneNotifier notifier, int phoneId) { in GSMPhone()
181 PhoneNotifier notifier, boolean unitTestMode, int phoneId) { in GSMPhone()