Home
last modified time | relevance | path

Searched refs:phoneBase (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsNumberUtils.java533 public static String filterDestAddr(PhoneBase phoneBase, String destAddr) { in filterDestAddr() argument
544 if (needToConvert(phoneBase)) { in filterDestAddr()
545 final int networkType = getNetworkType(phoneBase); in filterDestAddr()
549 … result = formatNumber(phoneBase.getContext(), destAddr, networkMcc, networkType); in filterDestAddr()
564 private static int getNetworkType(PhoneBase phoneBase) { in getNetworkType() argument
571 if (isInternationalRoaming(phoneBase)) { in getNetworkType()
583 private static boolean isInternationalRoaming(PhoneBase phoneBase) { in isInternationalRoaming() argument
585 phoneBase.getPhoneId()); in isInternationalRoaming()
587 phoneBase.getPhoneId()); in isInternationalRoaming()
601 private static boolean needToConvert(PhoneBase phoneBase) { in needToConvert() argument
[all …]
DCallTracker.java200 protected String convertNumberIfNecessary(PhoneBase phoneBase, String dialNumber) { in convertNumberIfNecessary() argument
204 String[] convertMaps = phoneBase.getContext().getResources().getStringArray( in convertNumberIfNecessary()
225 if (compareGid1(phoneBase, tmpArray[1])) { in convertNumberIfNecessary()
234 String mdn = phoneBase.getLine1Number(); in convertNumberIfNecessary()
262 private boolean compareGid1(PhoneBase phoneBase, String serviceGid1) { in compareGid1() argument
263 String gid1 = phoneBase.getGroupIdLevel1(); in compareGid1()
DPhoneFactory.java462 PhoneBase phoneBase; in dump() local
466 phoneBase = (PhoneBase)phoneProxy.getActivePhone(); in dump()
467 phoneBase.dump(fd, pw, args); in dump()
DServiceStateTracker.java317 protected ServiceStateTracker(PhoneBase phoneBase, CommandsInterface ci, CellInfo cellInfo) { in ServiceStateTracker() argument
318 mPhoneBase = phoneBase; in ServiceStateTracker()
329 mSubscriptionManager = SubscriptionManager.from(phoneBase.getContext()); in ServiceStateTracker()
877 protected boolean shouldFixTimeZoneNow(PhoneBase phoneBase, String operatorNumeric, in shouldFixTimeZoneNow() argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDctController.java112 PhoneBase phoneBase = (PhoneBase)phone.getActivePhone(); in updatePhoneObject() local
113 if (phoneBase == null) { in updatePhoneObject()
120 updatePhoneBaseForIndex(i, phoneBase); in updatePhoneObject()
126 private void updatePhoneBaseForIndex(int index, PhoneBase phoneBase) { in updatePhoneBaseForIndex() argument
129 phoneBase.getServiceStateTracker().registerForDataConnectionAttached(mRspHandler, in updatePhoneBaseForIndex()
131 phoneBase.getServiceStateTracker().registerForDataConnectionDetached(mRspHandler, in updatePhoneBaseForIndex()
133 phoneBase.registerForEmergencyCallToggle(mRspHandler, in updatePhoneBaseForIndex()
163 mPhones[index].getContext(), "TelephonyNetworkFactory", phoneBase, in updatePhoneBaseForIndex()
248 PhoneBase phoneBase = (PhoneBase)mPhones[i].getActivePhone(); in DctController() local
249 updatePhoneBaseForIndex(i, phoneBase); in DctController()
[all …]