Searched refs:resetAppWithAid (Results 1 – 4 of 4) sorted by relevance
249 public boolean resetAppWithAid(String aid, boolean reset) { in resetAppWithAid() method in UiccCard252 return mUiccProfile.resetAppWithAid(aid, reset); in resetAppWithAid()
1128 changed = uiccCard.resetAppWithAid(resp.aid, true /* reset */); in onSimRefresh()1132 changed = uiccCard.resetAppWithAid(resp.aid, false /* initialize */); in onSimRefresh()
1474 public boolean resetAppWithAid(String aid, boolean reset) { in resetAppWithAid() method in UiccProfile
602 mUiccProfile.resetAppWithAid("", true); in testIsEmptyProfile()