Searched refs:refreshResult (Results 1 – 7 of 7) sorted by relevance
35 public int refreshResult; /* Sim Refresh result */ field in IccRefreshResponse49 return "{" + refreshResult + ", " + aid +", " + efId + "}"; in toString()
550 if (iccRefreshResponse.refreshResult == IccRefreshResponse.REFRESH_RESULT_FILE_UPDATE in handleSimRefresh()553 iccRefreshResponse.refreshResult == IccRefreshResponse.REFRESH_RESULT_INIT) { in handleSimRefresh()
1524 switch(resp.refreshResult) { in onSimRefresh()1538 if (changed && resp.refreshResult == IccRefreshResponse.REFRESH_RESULT_RESET) { in onSimRefresh()
1075 switch (refreshResponse.refreshResult) { in handleRefresh()
131 android.hardware.radio.sim.SimRefreshResult refreshResult) { in simRefresh() argument135 response.refreshResult = refreshResult.type; in simRefresh()136 response.efId = refreshResult.efId; in simRefresh()137 response.aid = refreshResult.aid; in simRefresh()
474 public void simRefresh(int indicationType, SimRefreshResult refreshResult) { in simRefresh() argument478 response.refreshResult = refreshResult.type; in simRefresh()479 response.efId = refreshResult.efId; in simRefresh()480 response.aid = refreshResult.aid; in simRefresh()
1082 intent.putExtra(AppInterface.REFRESH_RESULT, iccRefreshState.refreshResult); in broadcastCardStateAndIccRefreshResp()1084 + iccRefreshState.refreshResult); in broadcastCardStateAndIccRefreshResp()