OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RIL_CARD_MAX_APPS
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java
139
public static final int
RIL_CARD_MAX_APPS
= 8;
/hardware/ril/include/telephony/
ril.h
552
#define
RIL_CARD_MAX_APPS
8
637
int gsm_umts_subscription_app_index; /* value <
RIL_CARD_MAX_APPS
, -1 if none */
638
int cdma_subscription_app_index; /* value <
RIL_CARD_MAX_APPS
, -1 if none */
639
int num_applications; /* value <=
RIL_CARD_MAX_APPS
*/
640
RIL_AppStatus applications[
RIL_CARD_MAX_APPS
];
647
int gsm_umts_subscription_app_index; /* value <
RIL_CARD_MAX_APPS
, -1 if none */
648
int cdma_subscription_app_index; /* value <
RIL_CARD_MAX_APPS
, -1 if none */
649
int ims_subscription_app_index; /* value <
RIL_CARD_MAX_APPS
, -1 if none */
650
int num_applications; /* value <=
RIL_CARD_MAX_APPS
*/
651
RIL_AppStatus applications[
RIL_CARD_MAX_APPS
];
[
all
...]
Completed in 55 milliseconds