Searched refs:EuiccOperation (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccOperation.java | 44 public class EuiccOperation implements Parcelable { class 47 public static final Creator<EuiccOperation> CREATOR = new Creator<EuiccOperation>() { 49 public EuiccOperation createFromParcel(Parcel in) { 50 return new EuiccOperation(in); 54 public EuiccOperation[] newArray(int size) { 55 return new EuiccOperation[size]; 116 static EuiccOperation forGetMetadataDeactivateSim(long callingToken, in forGetMetadataDeactivateSim() 118 return new EuiccOperation(ACTION_GET_METADATA_DEACTIVATE_SIM, callingToken, in forGetMetadataDeactivateSim() 128 static EuiccOperation forDownloadDeactivateSim(long callingToken, in forDownloadDeactivateSim() 131 return new EuiccOperation(ACTION_DOWNLOAD_DEACTIVATE_SIM, callingToken, in forDownloadDeactivateSim() [all …]
|
D | EuiccController.java | 203 EuiccOperation op = resolutionIntent.getParcelableExtra(EXTRA_OPERATION); in continueOperation() 522 protected EuiccOperation getOperationForDeactivateSim() { in getOperationForDeactivateSim() 523 return EuiccOperation.forGetMetadataDeactivateSim( in getOperationForDeactivateSim() 706 EuiccOperation.forDownloadNoPrivilegesOrDeactivateSimCheckMetadata(token, in downloadSubscription() 766 EuiccOperation.forDownloadNoPrivilegesOrDeactivateSimCheckMetadata( in onGetMetadataComplete() 882 EuiccOperation.forDownloadDeactivateSim( in downloadSubscriptionPrivileged() 904 EuiccOperation.forDownloadResolvableErrors( in downloadSubscriptionPrivileged() 915 EuiccOperation.forDownloadConfirmationCode( in downloadSubscriptionPrivileged() 1031 EuiccOperation.forGetDefaultListDeactivateSim( in onGetDefaultListComplete() 1253 EuiccOperation.forSwitchNoPrivileges( in switchToSubscription() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
D | EuiccControllerTest.java | 157 private EuiccOperation mOp; 178 int resolvableErrors, boolean confirmationCodeRetried, EuiccOperation op, in addResolutionIntent() 458 EuiccOperation.ACTION_GET_METADATA_DEACTIVATE_SIM); in testGetDownloadableSubscriptionMetadata_mustDeactivateSim() 507 EuiccOperation.ACTION_GET_DEFAULT_LIST_DEACTIVATE_SIM); in testGetDefaultDownloadableSubscriptionList_mustDeactivateSim() 562 EuiccOperation.ACTION_DOWNLOAD_DEACTIVATE_SIM); in testDownloadSubscription_mustDeactivateSim() 575 EuiccOperation.ACTION_DOWNLOAD_RESOLVABLE_ERRORS); in testDownloadSubscription_needConfirmationCode() 683 EuiccOperation.ACTION_DOWNLOAD_NO_PRIVILEGES_OR_DEACTIVATE_SIM_CHECK_METADATA); in testDownloadSubscription_noPrivileges_getMetadata_mustDeactivateSim() 704 EuiccOperation.ACTION_DOWNLOAD_NO_PRIVILEGES_OR_DEACTIVATE_SIM_CHECK_METADATA); in testDownloadSubscription_noPrivileges_getMetadata_mustDeactivateSim_canManageSim() 763 EuiccOperation.ACTION_DOWNLOAD_NO_PRIVILEGES_OR_DEACTIVATE_SIM_CHECK_METADATA); in testDownloadSubscription_noPrivileges_hasCarrierPrivileges_needsConsent() 785 EuiccOperation.ACTION_DOWNLOAD_NO_PRIVILEGES_OR_DEACTIVATE_SIM_CHECK_METADATA); in testDownloadSubscription_noPrivileges_hasCarrierPrivileges_needsConsent_multiSim() [all …]
|
/frameworks/base/boot/ |
D | preloaded-classes | 12323 com.android.internal.telephony.euicc.EuiccOperation$1 12324 com.android.internal.telephony.euicc.EuiccOperation$Action 12325 com.android.internal.telephony.euicc.EuiccOperation
|
D | boot-image-profile.txt | 34762 Lcom/android/internal/telephony/euicc/EuiccOperation$1; 34763 Lcom/android/internal/telephony/euicc/EuiccOperation$Action; 34764 Lcom/android/internal/telephony/euicc/EuiccOperation;
|
/frameworks/base/config/ |
D | preloaded-classes | 12354 com.android.internal.telephony.euicc.EuiccOperation$1 12355 com.android.internal.telephony.euicc.EuiccOperation$Action 12356 com.android.internal.telephony.euicc.EuiccOperation
|
D | boot-image-profile.txt | 44923 Lcom/android/internal/telephony/euicc/EuiccOperation$1; 44924 Lcom/android/internal/telephony/euicc/EuiccOperation$Action; 44925 Lcom/android/internal/telephony/euicc/EuiccOperation;
|