OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mActivePhone
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneProxy.java
54
private Phone
mActivePhone
;
77
mActivePhone
= phone;
83
mCommandsInterface = ((PhoneBase)
mActivePhone
).mCi;
91
new IccSmsInterfaceManager((PhoneBase)this.
mActivePhone
);
92
mIccCardProxy = new IccCardProxy(
mActivePhone
.getContext(), mCommandsInterface,
mActivePhone
.getPhoneId());
161
if (
mActivePhone
!= null) {
165
int volteReplacementRat =
mActivePhone
.getContext().getResources().getInteger(
178
if (
mActivePhone
.getPhoneType() == PhoneConstants.PHONE_TYPE_CDMA) {
181
"
mActivePhone
=" + mActivePhone.getPhoneName())
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DctController.java
73
private Phone
mActivePhone
;
238
mActivePhone
= mPhones[0];
264
mContext =
mActivePhone
.getContext();
Completed in 47 milliseconds