OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mPhoneId
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneProxy.java
71
private int
mPhoneId
= 0;
89
mPhoneId
= phone.getPhoneId();
240
SubscriptionManager.putPhoneIdAndSubIdExtra(intent,
mPhoneId
);
260
mActivePhone = PhoneFactory.getCdmaPhone(
mPhoneId
);
262
mActivePhone = PhoneFactory.getGsmPhone(
mPhoneId
);
[
all
...]
PhoneBase.java
198
protected int
mPhoneId
;
342
mPhoneId
= phoneId;
[
all
...]
Completed in 104 milliseconds