Home
last modified time | relevance | path

Searched refs:retainSubscriptionsForFactoryReset (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIEuiccController.aidl50 oneway void retainSubscriptionsForFactoryReset(int cardId, in PendingIntent callbackIntent); in retainSubscriptionsForFactoryReset() method
/frameworks/base/telephony/java/android/service/euicc/
DIEuiccService.aidl58 void retainSubscriptionsForFactoryReset( in retainSubscriptionsForFactoryReset() method
DEuiccService.java893 public void retainSubscriptionsForFactoryReset(int slotId, in retainSubscriptionsForFactoryReset() method in EuiccService.IEuiccServiceWrapper
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccManager.java1241 public void retainSubscriptionsForFactoryReset(PendingIntent callbackIntent) { in retainSubscriptionsForFactoryReset() method in EuiccManager
1247 getIEuiccController().retainSubscriptionsForFactoryReset(mCardId, callbackIntent); in retainSubscriptionsForFactoryReset()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccConnector.java894 mEuiccService.retainSubscriptionsForFactoryReset(slotId, in processMessage()
DEuiccController.java1218 public void retainSubscriptionsForFactoryReset(int cardId, PendingIntent callbackIntent) { in retainSubscriptionsForFactoryReset() method in EuiccController
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java1457 mController.retainSubscriptionsForFactoryReset(CARD_ID, resultCallback); in callRetainSubscriptionsForFactoryReset()