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
56
protected
PhoneBase
mPhoneBase;
201
protected ServiceStateTracker(
PhoneBase
phoneBase
, CommandsInterface ci, CellInfo cellInfo) {
202
mPhoneBase =
phoneBase
;
654
* @param
phoneBase
660
protected boolean shouldFixTimeZoneNow(
PhoneBase
phoneBase
, String operatorNumeric,
780
* the thread that originally obtained this
PhoneBase
instance.
Completed in 789 milliseconds