Home
last modified time | relevance | path

Searched refs:resetAppWithAid (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java250 public boolean resetAppWithAid(String aid, boolean reset) { in resetAppWithAid() method in UiccCard
253 return mUiccProfile.resetAppWithAid(aid, reset); in resetAppWithAid()
H A DUiccController.java1150 changed = uiccCard.resetAppWithAid(resp.aid, true /* reset */); in onSimRefresh()
1154 changed = uiccCard.resetAppWithAid(resp.aid, false /* initialize */); in onSimRefresh()
H A DUiccProfile.java1549 public boolean resetAppWithAid(String aid, boolean reset) { in resetAppWithAid() method in UiccProfile
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccProfileTest.java609 mUiccProfile.resetAppWithAid("", true); in testIsEmptyProfile()