Searched refs:phoneBase (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SmsNumberUtils.java | 533 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() 561 private static int getNetworkType(PhoneBase phoneBase) { in getNetworkType() argument 568 if (isInternationalRoaming(phoneBase)) { in getNetworkType() 580 private static boolean isInternationalRoaming(PhoneBase phoneBase) { in isInternationalRoaming() argument 582 phoneBase.getPhoneId()); in isInternationalRoaming() 584 phoneBase.getPhoneId()); in isInternationalRoaming() 598 private static boolean needToConvert(PhoneBase phoneBase) { in needToConvert() argument [all …]
|
D | CallTracker.java | 200 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()
|
D | PhoneFactory.java | 414 PhoneBase phoneBase; in dump() local 418 phoneBase = (PhoneBase)phoneProxy.getActivePhone(); in dump() 419 phoneBase.dump(fd, pw, args); in dump()
|
D | ServiceStateTracker.java | 303 protected ServiceStateTracker(PhoneBase phoneBase, CommandsInterface ci, CellInfo cellInfo) { in ServiceStateTracker() argument 304 mPhoneBase = phoneBase; in ServiceStateTracker() 315 mSubscriptionManager = SubscriptionManager.from(phoneBase.getContext()); in ServiceStateTracker() 862 protected boolean shouldFixTimeZoneNow(PhoneBase phoneBase, String operatorNumeric, in shouldFixTimeZoneNow() argument
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DctController.java | 104 PhoneBase phoneBase = (PhoneBase)phone.getActivePhone(); in updatePhoneObject() local 105 if (phoneBase == null) { in updatePhoneObject() 112 updatePhoneBaseForIndex(i, phoneBase); in updatePhoneObject() 118 private void updatePhoneBaseForIndex(int index, PhoneBase phoneBase) { in updatePhoneBaseForIndex() argument 121 phoneBase.getServiceStateTracker().registerForDataConnectionAttached(mRspHandler, in updatePhoneBaseForIndex() 123 phoneBase.getServiceStateTracker().registerForDataConnectionDetached(mRspHandler, in updatePhoneBaseForIndex() 153 mPhones[index].getContext(), "TelephonyNetworkFactory", phoneBase, in updatePhoneBaseForIndex() 231 PhoneBase phoneBase = (PhoneBase)mPhones[i].getActivePhone(); in DctController() local 232 updatePhoneBaseForIndex(i, phoneBase); in DctController() 371 PhoneBase phoneBase = (PhoneBase)mPhones[phoneId].getActivePhone(); in onExecuteRequest() local [all …]
|