HomeSort by relevance Sort by last modified time
    Searched defs:app_state (Results 1 - 2 of 2) 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) {
  /hardware/ril/include/telephony/
ril.h 477 when app_state is assigned to this value */
502 RIL_AppState app_state; member in struct:__anon17982
503 RIL_PersoSubstate perso_substate; /* applicable only if app_state ==
    [all...]

Completed in 501 milliseconds