Searched refs:resetAppWithAid (Results 1 – 4 of 4) sorted by relevance
250 public boolean resetAppWithAid(String aid, boolean reset) { in resetAppWithAid() method in UiccCard253 return mUiccProfile.resetAppWithAid(aid, reset); in resetAppWithAid()
1155 changed = uiccCard.resetAppWithAid(resp.aid, true /* reset */); in onSimRefresh()1159 changed = uiccCard.resetAppWithAid(resp.aid, false /* initialize */); in onSimRefresh()
1549 public boolean resetAppWithAid(String aid, boolean reset) { in resetAppWithAid() method in UiccProfile
609 mUiccProfile.resetAppWithAid("", true); in testIsEmptyProfile()