HomeSort by relevance Sort by last modified time
    Searched refs:app_state (Results 1 - 6 of 6) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCardApplication.java 100 public AppState app_state; field in class:IccCardApplication
101 // applicable only if app_state == RIL_APPSTATE_SUBSCRIPTION_PERSO
213 sb.append("{").append(app_type).append(",").append(app_state);
214 if (app_state == AppState.APPSTATE_SUBSCRIPTION_PERSO) {
IccCard.java 761 if (app.app_state.isPinRequired()) {
764 if (app.app_state.isPukRequired()) {
767 if (app.app_state.isSubscriptionPersoEnabled()) {
770 if (app.app_state.isAppReady()) {
773 if (app.app_state.isAppNotReady()) {
    [all...]
RIL.java     [all...]
  /hardware/ril/mock-ril/src/cpp/
responses.cpp 150 cardStatus.applications[i].app_state = RIL_AppState(r.applications(i).app_state());
  /hardware/ril/include/telephony/
ril.h 474 when app_state is assigned to this value */
499 RIL_AppState app_state; member in struct:__anon16391
500 RIL_PersoSubstate perso_substate; /* applicable only if app_state ==
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]

Completed in 57 milliseconds