Searched defs:phoneBase (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
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

Completed in 47 milliseconds