OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mcdmasubscriptionappindex
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
IccCardStatus.java
63
private int
mCdmaSubscriptionAppIndex
;
128
return
mCdmaSubscriptionAppIndex
;
132
mCdmaSubscriptionAppIndex
= cdmaSubscriptionAppIndex;
174
sb.append(",cmda_id=").append(
mCdmaSubscriptionAppIndex
);
175
if (
mCdmaSubscriptionAppIndex
>=0
176
&&
mCdmaSubscriptionAppIndex
<CARD_MAX_APPS) {
177
app = getApplication(
mCdmaSubscriptionAppIndex
);
Completed in 177 milliseconds