OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CARD_MAX_APPS
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
IccCardStatus.java
27
static final int
CARD_MAX_APPS
= 8;
68
new ArrayList<IccCardApplication>(
CARD_MAX_APPS
);
169
&& mGsmUmtsSubscriptionAppIndex <
CARD_MAX_APPS
) {
176
&& mCdmaSubscriptionAppIndex <
CARD_MAX_APPS
) {
IccCard.java
745
if (appIndex >= 0 && appIndex < IccCardStatus.
CARD_MAX_APPS
) {
[
all
...]
RIL.java
[
all
...]
/hardware/ril/mock-ril/src/js/
simulated_icc.js
43
this.cdmaSubscriptionAppIndex =
CARD_MAX_APPS
;
44
this.imsSubscriptionAppIndex =
CARD_MAX_APPS
;
46
this.applications = new Array(
CARD_MAX_APPS
);
49
for (i = 0; i <
CARD_MAX_APPS
; i++) {
ril_vars.js
47
var
CARD_MAX_APPS
= 8;
Completed in 24 milliseconds