HomeSort by relevance Sort by last modified time
    Searched refs:phoneBase (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DebugService.java 48 PhoneBase phoneBase = null;
57 phoneBase = (PhoneBase)phoneProxy.getActivePhone();
59 pw.println("Telephony DebugService: Could not PhoneBase e=" + e);
71 phoneBase.dump(fd, pw, args);
78 phoneBase.mDcTracker.dump(fd, pw, args);
85 phoneBase.getServiceStateTracker().dump(fd, pw, args);
92 phoneBase.getCallTracker().dump(fd, pw, args);
99 ((RIL)phoneBase.mCi).dump(fd, pw, args)
    [all...]
CallTracker.java 177 protected String convertNumberIfNecessary(PhoneBase phoneBase, String dialNumber) {
181 String[] convertMaps = phoneBase.getContext().getResources().getStringArray(
201 if (compareGid1(phoneBase, tmpArray[1])) {
210 outNumber = prefix + phoneBase.getLine1Number();
228 private boolean compareGid1(PhoneBase phoneBase, String serviceGid1) {
229 String gid1 = phoneBase.getGroupIdLevel1();
SmsNumberUtils.java 533 public static String filterDestAddr(PhoneBase phoneBase, String destAddr) {
544 if (needToConvert(phoneBase)) {
545 final int networkType = getNetworkType(phoneBase);
549 result = formatNumber(phoneBase.getContext(), destAddr, networkMcc, networkType);
561 private static int getNetworkType(PhoneBase phoneBase) {
568 if (isInternationalRoaming(phoneBase)) {
580 private static boolean isInternationalRoaming(PhoneBase phoneBase) {
    [all...]
ServiceStateTracker.java 61 protected PhoneBase mPhoneBase;
216 protected ServiceStateTracker(PhoneBase phoneBase, CommandsInterface ci, CellInfo cellInfo) {
217 mPhoneBase = phoneBase;
700 * @param phoneBase
706 protected boolean shouldFixTimeZoneNow(PhoneBase phoneBase, String operatorNumeric,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DctController.java 34 import com.android.internal.telephony.PhoneBase;
260 PhoneBase phoneBase = (PhoneBase)((PhoneProxy)mPhones[i]).getActivePhone();
261 phoneBase.mCi.registerForOffOrNotAvailable(mRspHander, EVENT_PHONE1_RADIO_OFF + i, null);
445 DcTrackerBase dcTracker =((PhoneBase)phone).mDcTracker;
476 DcTrackerBase dcTracker =((PhoneBase)phone).mDcTracker;

Completed in 57 milliseconds