Home
last modified time | relevance | path

Searched refs:phoneBase (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDebugService.java48 PhoneBase phoneBase = null; in dump() local
57 phoneBase = (PhoneBase)phoneProxy.getActivePhone(); in dump()
71 phoneBase.dump(fd, pw, args); in dump()
78 phoneBase.mDcTracker.dump(fd, pw, args); in dump()
85 phoneBase.getServiceStateTracker().dump(fd, pw, args); in dump()
92 phoneBase.getCallTracker().dump(fd, pw, args); in dump()
99 ((RIL)phoneBase.mCi).dump(fd, pw, args); in dump()
DServiceStateTracker.java203 protected ServiceStateTracker(PhoneBase phoneBase, CommandsInterface ci, CellInfo cellInfo) { in ServiceStateTracker() argument
204 mPhoneBase = phoneBase; in ServiceStateTracker()
662 protected boolean shouldFixTimeZoneNow(PhoneBase phoneBase, String operatorNumeric, in shouldFixTimeZoneNow() argument