Searched refs:EuiccService (Results 1 – 7 of 7) sorted by relevance
95 public abstract class EuiccService extends Service { class347 public EuiccService() { in EuiccService() method in EuiccService801 result = EuiccService.this.onDownloadSubscription( in downloadSubscription()808 result = EuiccService.this.onDownloadSubscription( in downloadSubscription()826 String eid = EuiccService.this.onGetEid(slotId); in getEid()861 int status = EuiccService.this.onGetOtaStatus(slotId); in getOtaStatus()930 EuiccService.this.onGetEuiccProfileInfoList(slotId); in getEuiccProfileInfoList()980 result = EuiccService.this.onSwitchToSubscriptionWithPort( in switchToSubscription()983 result = EuiccService.this.onSwitchToSubscription( in switchToSubscription()1017 int result = EuiccService.this.onEraseSubscriptions(slotId); in eraseSubscriptions()[all …]
21 import android.service.euicc.EuiccService.ResolvableError;22 import android.service.euicc.EuiccService.Result;
97 if (this.result == EuiccService.RESULT_OK) { in GetEuiccProfileInfoListResult()134 return "[GetEuiccProfileInfoListResult: result=" + EuiccService.resultToString(result) in toString()
89 if (this.result == EuiccService.RESULT_OK) { in GetDownloadableSubscriptionMetadataResult()
93 if (this.result == EuiccService.RESULT_OK) { in GetDefaultDownloadableSubscriptionListResult()
12386 public abstract class EuiccService extends android.app.Service {12387 ctor public EuiccService();12405 …method public abstract void onStartOtaIfNecessary(int, android.service.euicc.EuiccService.OtaStatu…12424 field public static final String EUICC_SERVICE_INTERFACE = "android.service.euicc.EuiccService";12444 public abstract static class EuiccService.OtaStatusChangedCallback {12445 ctor public EuiccService.OtaStatusChangedCallback();
49275 Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;->deleteSubscription(ILjava/lang/String;La…49277 Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;->eraseSubscriptions(ILandroid/service/eui…49280 Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;->getEid(ILandroid/service/euicc/IGetEidCa…49281 Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;->getEuiccInfo(ILandroid/service/euicc/IGe…49282 Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;->getEuiccProfileInfoList(ILandroid/servic…49283 Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;->getOtaStatus(ILandroid/service/euicc/IGe…49285 Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;->startOtaIfNecessary(ILandroid/service/eu…49286 Landroid/service/euicc/EuiccService$IEuiccServiceWrapper;->switchToSubscription(ILjava/lang/String;…49288 Landroid/service/euicc/EuiccService;->mExecutor:Ljava/util/concurrent/ThreadPoolExecutor;49289 Landroid/service/euicc/EuiccService;->mStubWrapper:Landroid/service/euicc/IEuiccService$Stub;[all …]