OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCdmaSubscriptionAppIndex
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardStatus.java
61
public int
mCdmaSubscriptionAppIndex
;
122
sb.append(",cdma_id=").append(
mCdmaSubscriptionAppIndex
);
123
if (
mCdmaSubscriptionAppIndex
>=0
124
&&
mCdmaSubscriptionAppIndex
<CARD_MAX_APPS) {
125
app = mApplications[
mCdmaSubscriptionAppIndex
];
UiccCard.java
66
private int
mCdmaSubscriptionAppIndex
;
111
mCdmaSubscriptionAppIndex
= ics.
mCdmaSubscriptionAppIndex
;
181
mCdmaSubscriptionAppIndex
=
182
checkIndex(
mCdmaSubscriptionAppIndex
, AppType.APPTYPE_RUIM, AppType.APPTYPE_CSIM);
328
index =
mCdmaSubscriptionAppIndex
;
372
pw.println("
mCdmaSubscriptionAppIndex
=" +
mCdmaSubscriptionAppIndex
);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java
[
all
...]
Completed in 158 milliseconds