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.java426 public void resetMemory(String cardId, @ResetOption int options, in resetMemory() method in EuiccCardManager
429 getIEuiccCardController().resetMemory(mContext.getOpPackageName(), cardId, options, in resetMemory()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccPortTest.java503 mEuiccPort.resetMemory(EuiccCardManager.RESET_OPTION_DELETE_FIELD_LOADED_TEST_PROFILES, in testResetMemory()
516 mEuiccPort.resetMemory(EuiccCardManager.RESET_OPTION_DELETE_FIELD_LOADED_TEST_PROFILES, in testResetMemory_SimRefresh()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccCardController.java677 public void resetMemory(String callingPackage, String cardId, in resetMemory() method in EuiccCardController
725 port.resetMemory(options, cardCb, mEuiccMainThreadHandler); in resetMemory()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccPort.java447 public void resetMemory(@EuiccCardManager.ResetOption int options, in resetMemory() method in EuiccPort
/frameworks/base/core/api/
Dsystem-current.txt14028 …method public void resetMemory(String, @android.telephony.euicc.EuiccCardManager.ResetOption int, …