Searched refs:refreshResult (Results 1 – 5 of 5) sorted by relevance
31 public int refreshResult; /* Sim Refresh result */ field in IccRefreshResponse40 return "{" + refreshResult + ", " + aid +", " + efId + "}"; in toString()
644 switch(resp.refreshResult) { in onSimRefresh()655 if (changed && resp.refreshResult == IccRefreshResponse.REFRESH_RESULT_RESET) { in onSimRefresh()
758 switch (refreshResponse.refreshResult) { in handleRefresh()
381 public void simRefresh(int indicationType, SimRefreshResult refreshResult) { in simRefresh() argument385 response.refreshResult = refreshResult.type; in simRefresh()386 response.efId = refreshResult.efId; in simRefresh()387 response.aid = refreshResult.aid; in simRefresh()
901 intent.putExtra(AppInterface.REFRESH_RESULT, iccRefreshState.refreshResult); in broadcastCardStateAndIccRefreshResp()903 + iccRefreshState.refreshResult); in broadcastCardStateAndIccRefreshResp()