Searched refs:num_applications (Results 1 – 4 of 4) sorted by relevance
1125 int num_applications; /* value <= RIL_CARD_MAX_APPS */ member1136 int num_applications; /* value <= RIL_CARD_MAX_APPS */ member
1250 int num_applications; /* value <= RIL_CARD_MAX_APPS */ member1261 int num_applications; /* value <= RIL_CARD_MAX_APPS */ member
4934 … || p_cur->base.base.base.gsm_umts_subscription_app_index >= p_cur->base.base.base.num_applications in getIccCardStatusResponse()4935 … || p_cur->base.base.base.cdma_subscription_app_index >= p_cur->base.base.base.num_applications in getIccCardStatusResponse()4936 … || p_cur->base.base.base.ims_subscription_app_index >= p_cur->base.base.base.num_applications) { in getIccCardStatusResponse()4946 cardStatus.applications.resize(p_cur->base.base.base.num_applications); in getIccCardStatusResponse()4949 … RLOGD("getIccCardStatusResponse: num_applications %d", p_cur->base.base.base.num_applications); in getIccCardStatusResponse()4951 for (int i = 0; i < p_cur->base.base.base.num_applications; i++) { in getIccCardStatusResponse()4972 cardStatusV1_5.applications.resize(p_cur->base.base.base.num_applications); in getIccCardStatusResponse()4973 for (int i = 0; i < p_cur->base.base.base.num_applications; i++) { in getIccCardStatusResponse()
5545 p_card_status->base.base.base.num_applications = num_apps;5564 p_card_status->base.base.base.num_applications = 3;