Home
last modified time | relevance | path

Searched refs:resetMemory (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIEuiccCardController.aidl58 …oneway void resetMemory(String callingPackage, String cardId, int options, in IResetMemoryCallback… in resetMemory() method
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccCardManager.java465 public void resetMemory(String cardId, @ResetOption int options, in resetMemory() method in EuiccCardManager
468 getIEuiccCardController().resetMemory(mContext.getOpPackageName(), cardId, options, in resetMemory()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccPortTest.java523 mEuiccPort.resetMemory(EuiccCardManager.RESET_OPTION_DELETE_FIELD_LOADED_TEST_PROFILES, in testResetMemory()
536 mEuiccPort.resetMemory(EuiccCardManager.RESET_OPTION_DELETE_FIELD_LOADED_TEST_PROFILES, in testResetMemory_SimRefresh()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccCardController.java709 public void resetMemory(String callingPackage, String cardId, in resetMemory() method in EuiccCardController
758 port.resetMemory(options, cardCb, mEuiccMainThreadHandler); in resetMemory()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccPort.java443 public void resetMemory(@EuiccCardManager.ResetOption int options, in resetMemory() method in EuiccPort
/frameworks/base/core/api/
Dsystem-current.txt16016 …method public void resetMemory(String, int, java.util.concurrent.Executor, android.telephony.euicc…