Searched refs:refreshResult (Results 1 – 5 of 5) sorted by relevance
34 public int refreshResult; /* Sim Refresh result */ field in IccRefreshResponse45 return "{" + refreshResult + ", " + aid +", " + efId + "}"; in toString()
952 switch(resp.refreshResult) { in onSimRefresh()966 if (changed && resp.refreshResult == IccRefreshResponse.REFRESH_RESULT_RESET) { in onSimRefresh()
890 switch (refreshResponse.refreshResult) { in handleRefresh()
421 public void simRefresh(int indicationType, SimRefreshResult refreshResult) { in simRefresh() argument425 response.refreshResult = refreshResult.type; in simRefresh()426 response.efId = refreshResult.efId; in simRefresh()427 response.aid = refreshResult.aid; in simRefresh()
913 intent.putExtra(AppInterface.REFRESH_RESULT, iccRefreshState.refreshResult); in broadcastCardStateAndIccRefreshResp()915 + iccRefreshState.refreshResult); in broadcastCardStateAndIccRefreshResp()