/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccOperation.java | 25 import android.service.euicc.EuiccService; 275 resolutionExtras.getBoolean(EuiccService.EXTRA_RESOLUTION_CONSENT), in continueOperation() 280 resolutionExtras.getInt(EuiccService.EXTRA_RESOLUTION_PORT_INDEX, in continueOperation() 282 resolutionExtras.getBoolean(EuiccService.EXTRA_RESOLUTION_CONSENT), in continueOperation() 287 resolutionExtras.getBoolean(EuiccService.EXTRA_RESOLUTION_CONSENT), in continueOperation() 292 resolutionExtras.getInt(EuiccService.EXTRA_RESOLUTION_PORT_INDEX, in continueOperation() 294 resolutionExtras.getBoolean(EuiccService.EXTRA_RESOLUTION_CONSENT), in continueOperation() 299 resolutionExtras.getString(EuiccService.EXTRA_RESOLUTION_CONFIRMATION_CODE), in continueOperation() 307 resolutionExtras.getBoolean(EuiccService.EXTRA_RESOLUTION_CONSENT), in continueOperation() 313 EuiccService.EXTRA_RESOLUTION_PORT_INDEX, in continueOperation() [all …]
|
D | EuiccController.java | 44 import android.service.euicc.EuiccService; 212 EuiccService.EXTRA_RESOLUTION_USE_PORT_INDEX, false); in continueOperation() 213 resolutionExtras.putBoolean(EuiccService.EXTRA_RESOLUTION_USE_PORT_INDEX, usePortIndex); in continueOperation() 215 if (!EuiccService.ACTION_RESOLVE_NO_PRIVILEGES.equals(resolutionIntent.getAction()) in continueOperation() 216 || !resolutionExtras.containsKey(EuiccService.EXTRA_RESOLUTION_PORT_INDEX)) { in continueOperation() 223 resolutionExtras.putInt(EuiccService.EXTRA_RESOLUTION_PORT_INDEX, in continueOperation() 224 resolutionIntent.getIntExtra(EuiccService.EXTRA_RESOLUTION_PORT_INDEX, in continueOperation() 228 EuiccService.EXTRA_RESOLUTION_PORT_INDEX) + " usePortIndex: " + usePortIndex); in continueOperation() 491 case EuiccService.RESULT_OK: in onGetMetadataComplete() 497 case EuiccService.RESULT_MUST_DEACTIVATE_SIM: in onGetMetadataComplete() [all …]
|
D | EuiccConnector.java | 41 import android.service.euicc.EuiccService; 189 Intent intent = new Intent(EuiccService.EUICC_SERVICE_INTERFACE); in findBestComponent() 1171 Intent intent = new Intent(EuiccService.EUICC_SERVICE_INTERFACE); in createBinding()
|
/frameworks/base/telephony/java/android/service/euicc/ |
D | EuiccService.java | 98 public abstract class EuiccService extends Service { class 350 public EuiccService() { in EuiccService() method in EuiccService 818 result = EuiccService.this.onDownloadSubscription( in downloadSubscription() 825 result = EuiccService.this.onDownloadSubscription( in downloadSubscription() 843 String eid = EuiccService.this.onGetEid(slotId); in getEid() 863 EuiccService.this.onGetAvailableMemoryInBytes(slotId); in getAvailableMemoryInBytes() 887 EuiccService.this.onStartOtaIfNecessary(slotId, new OtaStatusChangedCallback() { in startOtaIfNecessary() 906 int status = EuiccService.this.onGetOtaStatus(slotId); in getOtaStatus() 927 result = EuiccService.this.onGetDownloadableSubscriptionMetadata( in getDownloadableSubscriptionMetadata() 933 result = EuiccService.this.onGetDownloadableSubscriptionMetadata( in getDownloadableSubscriptionMetadata() [all …]
|
D | DownloadSubscriptionResult.java | 21 import android.service.euicc.EuiccService.ResolvableError; 22 import android.service.euicc.EuiccService.Result;
|
D | GetEuiccProfileInfoListResult.java | 97 if (this.result == EuiccService.RESULT_OK) { in GetEuiccProfileInfoListResult() 134 return "[GetEuiccProfileInfoListResult: result=" + EuiccService.resultToString(result) in toString()
|
D | GetDownloadableSubscriptionMetadataResult.java | 89 if (this.result == EuiccService.RESULT_OK) { in GetDownloadableSubscriptionMetadataResult()
|
D | GetDefaultDownloadableSubscriptionListResult.java | 93 if (this.result == EuiccService.RESULT_OK) { in GetDefaultDownloadableSubscriptionListResult()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
D | EuiccControllerTest.java | 58 import android.service.euicc.EuiccService; 453 EuiccService.RESULT_MUST_DEACTIVATE_SIM, null /* subscription */); in testGetDownloadableSubscriptionMetadata_mustDeactivateSim() 457 verifyResolutionIntent(EuiccService.ACTION_RESOLVE_DEACTIVATE_SIM, in testGetDownloadableSubscriptionMetadata_mustDeactivateSim() 466 EuiccService.RESULT_OK, SUBSCRIPTION_WITH_METADATA); in testGetDownloadableSubscriptionMetadata_success() 502 EuiccService.RESULT_MUST_DEACTIVATE_SIM, null /* subscriptions */); in testGetDefaultDownloadableSubscriptionList_mustDeactivateSim() 506 verifyResolutionIntent(EuiccService.ACTION_RESOLVE_DEACTIVATE_SIM, in testGetDefaultDownloadableSubscriptionList_mustDeactivateSim() 515 EuiccService.RESULT_OK, in testGetDefaultDownloadableSubscriptionList_success() 557 EuiccService.RESULT_MUST_DEACTIVATE_SIM, 0 /* resolvableError */, in testDownloadSubscription_mustDeactivateSim() 561 verifyResolutionIntent(EuiccService.ACTION_RESOLVE_DEACTIVATE_SIM, in testDownloadSubscription_mustDeactivateSim() 570 EuiccService.RESULT_RESOLVABLE_ERRORS, 0b01 /* resolvableError */, in testDownloadSubscription_needConfirmationCode() [all …]
|
D | EuiccConnectorTest.java | 41 import android.service.euicc.EuiccService; 597 EuiccService.EUICC_SERVICE_INTERFACE, in prepareEuiccApp()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/ |
D | SubscriptionManagerServiceTest.java | 91 import android.service.euicc.EuiccService; 951 EuiccService.RESULT_OK, new EuiccProfileInfo[]{profileInfo1}, false); in testUpdateEmbeddedSubscriptions() 953 result = new GetEuiccProfileInfoListResult(EuiccService.RESULT_OK, in testUpdateEmbeddedSubscriptions() 2415 EuiccService.RESULT_OK, new EuiccProfileInfo[]{profileInfo1}, false); in testUserUnlockUpdateEmbeddedSubscriptions() 2592 EuiccService.RESULT_OK, new EuiccProfileInfo[]{profileInfo1}, false); in testEsimActivation() 2677 EuiccService.RESULT_OK, new EuiccProfileInfo[]{profileInfo1}, false); in testDeleteEsim() 2696 EuiccService.RESULT_OK, new EuiccProfileInfo[0], false); in testDeleteEsim() 2733 EuiccService.RESULT_OK, new EuiccProfileInfo[]{profileInfo1}, false); in testEsimSwitch() 3056 EuiccService.RESULT_MUST_DEACTIVATE_SIM, null, false); in testEmbeddedProfilesUpdateFailed() 3075 result = new GetEuiccProfileInfoListResult(EuiccService.RESULT_OK, in testEmbeddedProfilesUpdateFailed() [all …]
|
/frameworks/base/core/api/ |
D | module-lib-lint-baseline.txt | 274 BroadcastBehavior: android.service.euicc.EuiccService#ACTION_DELETE_SUBSCRIPTION_PRIVILEGED: 276 BroadcastBehavior: android.service.euicc.EuiccService#ACTION_RENAME_SUBSCRIPTION_PRIVILEGED: 278 BroadcastBehavior: android.service.euicc.EuiccService#ACTION_START_EUICC_ACTIVATION: 280 BroadcastBehavior: android.service.euicc.EuiccService#ACTION_TOGGLE_SUBSCRIPTION_PRIVILEGED: 1688 SdkConstant: android.service.euicc.EuiccService#ACTION_DELETE_SUBSCRIPTION_PRIVILEGED: 1690 SdkConstant: android.service.euicc.EuiccService#ACTION_RENAME_SUBSCRIPTION_PRIVILEGED: 1692 SdkConstant: android.service.euicc.EuiccService#ACTION_TOGGLE_SUBSCRIPTION_PRIVILEGED:
|
D | test-lint-baseline.txt | 286 BroadcastBehavior: android.service.euicc.EuiccService#ACTION_DELETE_SUBSCRIPTION_PRIVILEGED: 288 BroadcastBehavior: android.service.euicc.EuiccService#ACTION_RENAME_SUBSCRIPTION_PRIVILEGED: 290 BroadcastBehavior: android.service.euicc.EuiccService#ACTION_START_EUICC_ACTIVATION: 292 BroadcastBehavior: android.service.euicc.EuiccService#ACTION_TOGGLE_SUBSCRIPTION_PRIVILEGED: 1914 SdkConstant: android.service.euicc.EuiccService#ACTION_DELETE_SUBSCRIPTION_PRIVILEGED: 1916 SdkConstant: android.service.euicc.EuiccService#ACTION_RENAME_SUBSCRIPTION_PRIVILEGED: 1918 SdkConstant: android.service.euicc.EuiccService#ACTION_TOGGLE_SUBSCRIPTION_PRIVILEGED:
|
D | system-lint-baseline.txt | 278 BroadcastBehavior: android.service.euicc.EuiccService#ACTION_DELETE_SUBSCRIPTION_PRIVILEGED: 280 BroadcastBehavior: android.service.euicc.EuiccService#ACTION_RENAME_SUBSCRIPTION_PRIVILEGED: 282 BroadcastBehavior: android.service.euicc.EuiccService#ACTION_START_EUICC_ACTIVATION: 284 BroadcastBehavior: android.service.euicc.EuiccService#ACTION_TOGGLE_SUBSCRIPTION_PRIVILEGED: 1864 SdkConstant: android.service.euicc.EuiccService#ACTION_DELETE_SUBSCRIPTION_PRIVILEGED: 1866 SdkConstant: android.service.euicc.EuiccService#ACTION_RENAME_SUBSCRIPTION_PRIVILEGED: 1868 SdkConstant: android.service.euicc.EuiccService#ACTION_TOGGLE_SUBSCRIPTION_PRIVILEGED:
|
D | system-current.txt | 12708 public abstract class EuiccService extends android.app.Service { 12709 ctor public EuiccService(); 12728 …method public abstract void onStartOtaIfNecessary(int, android.service.euicc.EuiccService.OtaStatu… 12747 field public static final String EUICC_SERVICE_INTERFACE = "android.service.euicc.EuiccService"; 12767 public abstract static class EuiccService.OtaStatusChangedCallback { 12768 ctor public EuiccService.OtaStatusChangedCallback();
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/ |
D | SubscriptionManagerService.java | 62 import android.service.euicc.EuiccService; 1159 if (result.getResult() != EuiccService.RESULT_OK) { in updateEmbeddedSubscriptions() 1161 + EuiccService.resultToString(result.getResult())); in updateEmbeddedSubscriptions()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 48632 Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;->deleteSubscription(ILjava/lang/String;La… 48633 Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;->downloadSubscription(ILandroid/telephony… 48634 Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;->eraseSubscriptions(ILandroid/service/eui… 48635 Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;->getDefaultDownloadableSubscriptionList(I… 48636 Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;->getDownloadableSubscriptionMetadata(ILan… 48637 Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;->getEid(ILandroid/service/euicc/IGetEidCa… 48638 Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;->getEuiccInfo(ILandroid/service/euicc/IGe… 48639 Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;->getEuiccProfileInfoList(ILandroid/servic… 48640 Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;->getOtaStatus(ILandroid/service/euicc/IGe… 48641 Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;->retainSubscriptionsForFactoryReset(ILand… [all …]
|