Home
last modified time | relevance | path

Searched defs:phoneBase (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDctController.java104 PhoneBase phoneBase = (PhoneBase)phone.getActivePhone(); in updatePhoneObject() local
118 private void updatePhoneBaseForIndex(int index, PhoneBase phoneBase) { in updatePhoneBaseForIndex()
231 PhoneBase phoneBase = (PhoneBase)mPhones[i].getActivePhone(); in DctController() local
371 PhoneBase phoneBase = (PhoneBase)mPhones[phoneId].getActivePhone(); in onExecuteRequest() local
393 PhoneBase phoneBase = (PhoneBase)mPhones[phoneId].getActivePhone(); in onReleaseRequest() local
440 PhoneBase phoneBase = in onSettingsChange() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsNumberUtils.java533 public static String filterDestAddr(PhoneBase phoneBase, String destAddr) { in filterDestAddr()
561 private static int getNetworkType(PhoneBase phoneBase) { in getNetworkType()
580 private static boolean isInternationalRoaming(PhoneBase phoneBase) { in isInternationalRoaming()
598 private static boolean needToConvert(PhoneBase phoneBase) { in needToConvert()
623 private static boolean compareGid1(PhoneBase phoneBase, String serviceGid1) { in compareGid1()
DCallTracker.java200 protected String convertNumberIfNecessary(PhoneBase phoneBase, String dialNumber) { in convertNumberIfNecessary()
262 private boolean compareGid1(PhoneBase phoneBase, String serviceGid1) { in compareGid1()
DPhoneFactory.java414 PhoneBase phoneBase; in dump() local
DServiceStateTracker.java303 protected ServiceStateTracker(PhoneBase phoneBase, CommandsInterface ci, CellInfo cellInfo) { in ServiceStateTracker()
862 protected boolean shouldFixTimeZoneNow(PhoneBase phoneBase, String operatorNumeric, in shouldFixTimeZoneNow()