Searched refs:PhoneFactory (Results 1 - 11 of 11) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneFactoryTest.java30 Phone phone = PhoneFactory.getDefaultPhone();
36 Phone phone = PhoneFactory.getPhone(0);
42 Phone[] phone = PhoneFactory.getPhones();
48 //todo: add test for makeDefaultPhone(). will need some refactoring in PhoneFactory.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDebugService.java56 PhoneFactory.dump(fd, pw, args);
H A DUiccPhoneBookController.java151 return PhoneFactory.getDefaultSubscription();
H A DPhoneFactory.java56 public class PhoneFactory { class
57 static final String LOG_TAG = "PhoneFactory";
125 throw new RuntimeException("PhoneFactory probably already running");
389 pw.println("PhoneFactory:");
395 Phone[] phones = (Phone[])PhoneFactory.getPhones();
H A DVisualVoicemailSmsFilter.java87 PhoneFactory.getPhone(phoneId).getFullIccSerialNumber());
H A DPhoneSubInfoController.java301 return PhoneFactory.getDefaultSubscription();
H A DUiccSmsController.java364 return PhoneFactory.isSMSPromptEnabled();
H A DPhone.java88 * originally called PhoneFactory to obtain the interface.
2979 mImsPhone = PhoneFactory.makeImsPhone(mNotifier, this);
3248 int type = PhoneFactory.calculatePreferredNetworkType(mContext, getSubId());
3259 int type = PhoneFactory.calculatePreferredNetworkType(mContext, getSubId());
H A DSubscriptionController.java1678 Phone phone = PhoneFactory.getPhone(slotIndex);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java85 import com.android.internal.telephony.PhoneFactory;
4809 Phone phone = PhoneFactory.getPhone(i);
/frameworks/base/
H A Dcompiled-classes-phone5587 com.android.internal.telephony.PhoneFactory

Completed in 184 milliseconds