Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneFactoryTest.java31 Phone phone = PhoneFactory.getDefaultPhone(); in testBeforeMakePhone()
37 Phone phone = PhoneFactory.getPhone(0); in testBeforeMakePhone()
43 Phone[] phone = PhoneFactory.getPhones(); in testBeforeMakePhone()
49 NetworkFactory factory = PhoneFactory.getNetworkFactory(0); in testBeforeMakePhone()
DTelephonyTest.java574 replaceInstance(PhoneFactory.class, "sMadeDefaults", null, true); in setUp()
575 replaceInstance(PhoneFactory.class, "sPhone", null, mPhone); in setUp()
576 replaceInstance(PhoneFactory.class, "sPhones", null, mPhones); in setUp()
577 replaceInstance(PhoneFactory.class, "sSubInfoRecordUpdater", null, mSubInfoRecordUpdater); in setUp()
DMultiSimSettingControllerTest.java135 replaceInstance(PhoneFactory.class, "sPhones", null, mPhones); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDebugService.java57 PhoneFactory.dump(fd, pw, args); in dump()
DSmsController.java65 Phone phone = PhoneFactory.getPhone(SubscriptionManager.getPhoneId(subId)); in getPhone()
67 phone = PhoneFactory.getDefaultPhone(); in getPhone()
473 return PhoneFactory.isSMSPromptEnabled(); in isSMSPromptEnabled()
562 for (Phone phone : PhoneFactory.getPhones()) { in dump()
DMultiSimSettingController.java525 Phone phone = PhoneFactory.getPhone(SubscriptionManager.getPhoneId(subId)); in getSimCombinationWarningParams()
557 for (Phone phone : PhoneFactory.getPhones()) { in disableDataForNonDefaultNonOpportunisticSubscriptions()
595 Phone phone = PhoneFactory.getPhone(mSubController.getPhoneId(currentSubId)); in setUserDataEnabledForGroup()
DUiccPhoneBookController.java156 return PhoneFactory.getDefaultSubscription(); in getDefaultSubscription()
DCellularNetworkValidator.java116 Phone phone = PhoneFactory.getPhone(SubscriptionManager.getPhoneId(subId)); in validate()
DPhoneFactory.java59 public class PhoneFactory { class
520 Phone[] phones = (Phone[])PhoneFactory.getPhones(); in dump()
DPhoneConfigurationManager.java91 mPhones = PhoneFactory.getPhones(); in PhoneConfigurationManager()
DVisualVoicemailSmsFilter.java87 PhoneFactory.getPhone(phoneId).getFullIccSerialNumber());
DSubscriptionController.java599 Phone phone = PhoneFactory.getPhone(slotIndex); in getActiveSubscriptionInfoForSimSlotIndex()
945 PhoneFactory.requestEmbeddedSubscriptionInfoListRefresh(cardId, null /* callback */); in requestEmbeddedSubscriptionInfoListRefresh()
961 PhoneFactory.requestEmbeddedSubscriptionInfoListRefresh(cardId, callback); in requestEmbeddedSubscriptionInfoListRefresh()
973 PhoneFactory.requestEmbeddedSubscriptionInfoListRefresh( in requestEmbeddedSubscriptionInfoListRefresh()
2513 phone = PhoneFactory.getPhone(slotIndex); in getSimStateForSlotIndex()
3473 .getPhoneStatus(PhoneFactory.getPhone(getPhoneId(subId))); in isSubscriptionEnabled()
3695 Phone phone = PhoneFactory.getPhone(getPhoneId(subId));
DPhoneSubInfoController.java256 return PhoneFactory.getDefaultSubscription(); in getDefaultSubscription()
DCellularNetworkService.java78 mPhone = PhoneFactory.getPhone(getSlotIndex()); in CellularNetworkServiceProvider()
DPhone.java3402 mImsPhone = PhoneFactory.makeImsPhone(mNotifier, this); in updateImsPhone()
3716 int type = PhoneFactory.calculatePreferredNetworkType(mContext, getSubId()); in sendSubscriptionSettings()
3727 int type = PhoneFactory.calculatePreferredNetworkType(mContext, getSubId()); in setPreferredNetworkTypeIfSimLoaded()
DRIL.java1548 Phone phone = PhoneFactory.getPhone(mPhoneId); in setupDataCall()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DCellularDataService.java33 import com.android.internal.telephony.PhoneFactory;
70 mPhone = PhoneFactory.getPhone(getSlotIndex()); in CellularDataServiceProvider()
DDcTracker.java99 import com.android.internal.telephony.PhoneFactory;
4600 Phone phone = PhoneFactory.getPhone(i); in isPhoneStateIdle()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java47 import com.android.internal.telephony.PhoneFactory;
578 SubscriptionInfoUpdater subInfoUpdator = PhoneFactory.getSubscriptionInfoUpdater(); in updateInternalIccState()
DUiccProfile.java57 import com.android.internal.telephony.PhoneFactory;
240 Phone phone = PhoneFactory.getPhone(phoneId); in UiccProfile()
356 Phone phone = PhoneFactory.getPhone(mPhoneId); in handleCarrierNameOverride()
/frameworks/base/config/
Ddirty-image-objects295 com.android.internal.telephony.PhoneFactory
Dpreloaded-classes4837 com.android.internal.telephony.PhoneFactory