Searched refs:PhoneNotifier (Results 1 - 14 of 14) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneFactory.java20 import com.android.internal.telephony.PhoneNotifier;
33 * @param phoneNotifier {@code PhoneNotifier} needed to create a Phone
38 PhoneNotifier phoneNotifier, Phone defaultPhone) {
H A DImsPhoneBase.java47 import com.android.internal.telephony.PhoneNotifier;
63 public ImsPhoneBase(String name, Context context, PhoneNotifier notifier) {
H A DImsPhone.java79 import com.android.internal.telephony.PhoneNotifier;
157 ImsPhone(Context context, PhoneNotifier notifier, Phone defaultPhone) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneFactory.java19 import com.android.internal.telephony.PhoneNotifier;
35 * @param phoneNotifier {@code PhoneNotifier} needed to create a Phone
40 PhoneNotifier phoneNotifier) {
H A DSipPhoneBase.java44 import com.android.internal.telephony.PhoneNotifier;
59 public SipPhoneBase(String name, Context context, PhoneNotifier notifier) {
H A DSipPhone.java41 import com.android.internal.telephony.PhoneNotifier;
66 SipPhone (Context context, PhoneNotifier notifier, SipProfile profile) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTestPhoneNotifier.java29 public class TestPhoneNotifier implements PhoneNotifier {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneNotifier.java28 public interface PhoneNotifier { interface
H A DPhoneFactory.java67 static private PhoneNotifier sPhoneNotifier;
511 public static ImsPhone makeImsPhone(PhoneNotifier phoneNotifier, Phone defaultPhone) {
H A DPhoneBase.java292 * PhoneNotifier is an abstraction for all system-wide
296 protected PhoneNotifier mNotifier;
310 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci) {
324 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci,
340 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci,
H A DDefaultPhoneNotifier.java45 public class DefaultPhoneNotifier implements PhoneNotifier {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMALTEPhone.java46 import com.android.internal.telephony.PhoneNotifier;
87 public CDMALTEPhone(Context context, CommandsInterface ci, PhoneNotifier notifier,
92 public CDMALTEPhone(Context context, CommandsInterface ci, PhoneNotifier notifier,
103 public CDMALTEPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) {
290 protected void init(Context context, PhoneNotifier notifier) {
H A DCDMAPhone.java58 import com.android.internal.telephony.PhoneNotifier;
147 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) {
153 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier,
160 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier,
171 protected void init(Context context, PhoneNotifier notifier) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java67 import com.android.internal.telephony.PhoneNotifier;
150 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier) {
155 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode) {
183 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier, int phoneId) {
189 PhoneNotifier notifier, boolean unitTestMode, int phoneId) {

Completed in 158 milliseconds