HomeSort by relevance Sort by last modified time
    Searched full:phonenotifier (Results 1 - 11 of 11) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneFactory.java 19 import com.android.internal.telephony.PhoneNotifier;
35 * @param phoneNotifier {@code PhoneNotifier} needed to create a Phone
40 PhoneNotifier phoneNotifier) {
43 return new SipPhone(context, phoneNotifier, profile);
SipPhoneBase.java 44 import com.android.internal.telephony.PhoneNotifier;
59 public SipPhoneBase(String name, Context context, PhoneNotifier notifier) {
SipPhone.java 40 import com.android.internal.telephony.PhoneNotifier;
65 SipPhone (Context context, PhoneNotifier notifier, SipProfile profile) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneNotifier.java 26 public interface PhoneNotifier {
DefaultPhoneNotifier.java 35 public class DefaultPhoneNotifier implements PhoneNotifier {
PhoneFactory.java 47 static private PhoneNotifier sPhoneNotifier;
PhoneBase.java 216 * PhoneNotifier is an abstraction for all system-wide
220 protected PhoneNotifier mNotifier;
234 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci) {
248 protected PhoneBase(String name, PhoneNotifier notifier, Context context, CommandsInterface ci,
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TestPhoneNotifier.java 29 public class TestPhoneNotifier implements PhoneNotifier {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 33 import com.android.internal.telephony.PhoneNotifier;
73 public CDMALTEPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) {
CDMAPhone.java 55 import com.android.internal.telephony.PhoneNotifier;
140 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier) {
146 public CDMAPhone(Context context, CommandsInterface ci, PhoneNotifier notifier,
157 protected void init(Context context, PhoneNotifier notifier) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java 64 import com.android.internal.telephony.PhoneNotifier;
129 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier) {
134 GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode) {
    [all...]

Completed in 1352 milliseconds