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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDebugService.java48 PhoneBase phoneBase = null;
57 phoneBase = (PhoneBase)phoneProxy.getActivePhone();
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);
H A DCallTracker.java177 protected String convertNumberIfNecessary(PhoneBase phoneBase, String dialNumber) { argument
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) { argument
229 String gid1 = phoneBase.getGroupIdLevel1();
H A DServiceStateTracker.java216 protected ServiceStateTracker(PhoneBase phoneBase, CommandsInterface ci, CellInfo cellInfo) { argument
217 mPhoneBase = phoneBase;
700 * @param phoneBase
706 protected boolean shouldFixTimeZoneNow(PhoneBase phoneBase, String operatorNumeric, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDctController.java260 PhoneBase phoneBase = (PhoneBase)((PhoneProxy)mPhones[i]).getActivePhone();
261 phoneBase.mCi.registerForOffOrNotAvailable(mRspHander, EVENT_PHONE1_RADIO_OFF + i, null);

Completed in 76 milliseconds