Home
last modified time | relevance | path

Searched refs:PhoneFactory (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneFactoryTest.java30 Phone phone = PhoneFactory.getDefaultPhone(); in testBeforeMakePhone()
36 Phone phone = PhoneFactory.getPhone(0); in testBeforeMakePhone()
42 Phone[] phone = PhoneFactory.getPhones(); in testBeforeMakePhone()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDebugService.java47 PhoneFactory.dump(fd, pw, args); in dump()
DUiccPhoneBookController.java151 return PhoneFactory.getDefaultSubscription(); in getDefaultSubscription()
DPhoneFactory.java54 public class PhoneFactory { class
377 Phone[] phones = (Phone[])PhoneFactory.getPhones(); in dump()
DUiccSmsController.java364 return PhoneFactory.isSMSPromptEnabled(); in isSMSPromptEnabled()
DPhoneSubInfoController.java303 return PhoneFactory.getDefaultSubscription(); in getDefaultSubscription()
DPhone.java2809 mImsPhone = PhoneFactory.makeImsPhone(mNotifier, this); in updateImsPhone()
3078 int type = PhoneFactory.calculatePreferredNetworkType(mContext, getSubId()); in sendSubscriptionSettings()
3089 int type = PhoneFactory.calculatePreferredNetworkType(mContext, getSubId()); in setPreferredNetworkTypeIfSimLoaded()
DSubscriptionController.java1725 Phone phone = PhoneFactory.getPhone(slotIdx); in getSimStateForSlotIdx()
/frameworks/base/
Dcompiled-classes-phone5586 com.android.internal.telephony.PhoneFactory