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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallTracker.java200 protected String convertNumberIfNecessary(PhoneBase phoneBase, String dialNumber) { argument
204 String[] convertMaps = phoneBase.getContext().getResources().getStringArray(
225 if (compareGid1(phoneBase, tmpArray[1])) {
234 String mdn = phoneBase.getLine1Number();
262 private boolean compareGid1(PhoneBase phoneBase, String serviceGid1) { argument
263 String gid1 = phoneBase.getGroupIdLevel1();
H A DSmsNumberUtils.java533 public static String filterDestAddr(PhoneBase phoneBase, String destAddr) { argument
544 if (needToConvert(phoneBase)) {
545 final int networkType = getNetworkType(phoneBase);
549 result = formatNumber(phoneBase.getContext(), destAddr, networkMcc, networkType);
564 private static int getNetworkType(PhoneBase phoneBase) { argument
571 if (isInternationalRoaming(phoneBase)) {
583 private static boolean isInternationalRoaming(PhoneBase phoneBase) { argument
585 phoneBase.getPhoneId());
587 phoneBase.getPhoneId());
601 private static boolean needToConvert(PhoneBase phoneBase) { argument
626 compareGid1(PhoneBase phoneBase, String serviceGid1) argument
[all...]
H A DPhoneFactory.java467 PhoneBase phoneBase;
471 phoneBase = (PhoneBase)phoneProxy.getActivePhone();
472 phoneBase.dump(fd, pw, args);
H A DServiceStateTracker.java317 protected ServiceStateTracker(PhoneBase phoneBase, CommandsInterface ci, CellInfo cellInfo) { argument
318 mPhoneBase = phoneBase;
329 mSubscriptionManager = SubscriptionManager.from(phoneBase.getContext());
871 * @param phoneBase
877 protected boolean shouldFixTimeZoneNow(PhoneBase phoneBase, String operatorNumeric, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDctController.java116 PhoneBase phoneBase = (PhoneBase)phone.getActivePhone();
117 if (phoneBase == null) {
118 loge("updatePhoneObject phoneBase = null");
124 updatePhoneBaseForIndex(i, phoneBase);
130 private void updatePhoneBaseForIndex(int index, PhoneBase phoneBase) { argument
133 phoneBase.getServiceStateTracker().registerForDataConnectionAttached(mRspHandler,
135 phoneBase.getServiceStateTracker().registerForDataConnectionDetached(mRspHandler,
137 phoneBase.registerForEmergencyCallToggle(mRspHandler,
168 mPhones[index].getContext(), "TelephonyNetworkFactory", phoneBase,
253 PhoneBase phoneBase
[all...]

Completed in 244 milliseconds