OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mPhoneBase
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/services/telephony/
PstnIncomingCallNotifier.java
66
private Phone
mPhoneBase
;
69
* Used to listen to events from {@link #
mPhoneBase
}.
140
if (newPhone !=
mPhoneBase
) {
145
mPhoneBase
= newPhone;
146
mPhoneBase
.registerForNewRingingConnection(
148
mPhoneBase
.registerForCallWaiting(
150
mPhoneBase
.registerForUnknownConnection(mHandler, EVENT_UNKNOWN_CONNECTION,
157
if (
mPhoneBase
!= null) {
158
Log.i(this, "Unregistering: %s",
mPhoneBase
);
159
mPhoneBase
.unregisterForNewRingingConnection(mHandler)
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java
61
protected PhoneBase
mPhoneBase
;
217
mPhoneBase
= phoneBase;
220
mVoiceCapable =
mPhoneBase
.getContext().getResources().getBoolean(
227
mPhoneBase
.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
254
mPhoneBase
.notifySignalStrength();
274
mPhoneBase
.setSystemProperty(TelephonyProperties.PROPERTY_DATA_NETWORK_TYPE,
295
if (
mPhoneBase
.getContext().getResources().
297
mPhoneBase
.updatePhoneObject(mSS.getRilVoiceRadioTechnology());
459
mPhoneBase
.notifyCellInfo(list);
606
String[] networkNotClearData =
mPhoneBase
.getContext().getResources(
[
all
...]
Completed in 107 milliseconds