OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phoneBase
(Results
1 - 2
of
2
) 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
...]
ServiceStateTracker.java
55
protected
PhoneBase
mPhoneBase;
199
protected ServiceStateTracker(
PhoneBase
phoneBase
, CommandsInterface ci, CellInfo cellInfo) {
200
mPhoneBase =
phoneBase
;
614
* @param
phoneBase
620
protected boolean shouldFixTimeZoneNow(
PhoneBase
phoneBase
, String operatorNumeric,
740
* the thread that originally obtained this
PhoneBase
instance.
Completed in 46 milliseconds