Searched refs:refreshResult (Results 1 – 5 of 5) sorted by relevance
34 public int refreshResult; /* Sim Refresh result */ field in IccRefreshResponse49 return "{" + refreshResult + ", " + aid +", " + efId + "}"; in toString()
1124 switch(resp.refreshResult) { in onSimRefresh()1138 if (changed && resp.refreshResult == IccRefreshResponse.REFRESH_RESULT_RESET) { in onSimRefresh()
1019 switch (refreshResponse.refreshResult) { in handleRefresh()
429 public void simRefresh(int indicationType, SimRefreshResult refreshResult) { in simRefresh() argument433 response.refreshResult = refreshResult.type; in simRefresh()434 response.efId = refreshResult.efId; in simRefresh()435 response.aid = refreshResult.aid; in simRefresh()
911 intent.putExtra(AppInterface.REFRESH_RESULT, iccRefreshState.refreshResult); in broadcastCardStateAndIccRefreshResp()913 + iccRefreshState.refreshResult); in broadcastCardStateAndIccRefreshResp()