Searched refs:EMBEDDED_SUBSCRIPTION_RESULT_OK (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
D | EuiccControllerTest.java | 340 EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_OK, 0 /* detailedCode */); in testGetDownloadableSubscriptionMetadata_success() 390 EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_OK, 0 /* detailedCode */); in testGetDefaultDownloadableSubscriptionList_success() 449 verifyIntentSent(EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_OK, 0 /* detailedCode */); in testDownloadSubscription_success() 459 verifyIntentSent(EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_OK, 0 /* detailedCode */); in testDownloadSubscription_noSwitch_success() 569 verifyIntentSent(EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_OK, 0 /* detailedCode */); in testDownloadSubscription_noPrivileges_hasCarrierPrivileges() 586 verifyIntentSent(EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_OK, 0 /* detailedCode */); in testDownloadSubscription_noPrivileges_hasCarrierPrivileges_multiSim() 733 verifyIntentSent(EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_OK, 0 /* detailedCode */); in testDeleteSubscription_success() 755 verifyIntentSent(EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_OK, 0 /* detailedCode */); in testDeleteSubscription_carrierPrivileges_success() 813 verifyIntentSent(EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_OK, 0 /* detailedCode */); in testSwitchToSubscription_success() 822 verifyIntentSent(EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_OK, 0 /* detailedCode */); in testSwitchToSubscription_emptySubscription_success() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardEsimArea.java | 54 if (resultCode != EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_OK) {
|
/frameworks/base/telephony/java/android/telephony/euicc/ |
D | EuiccManager.java | 220 public static final int EMBEDDED_SUBSCRIPTION_RESULT_OK = 0; field in EuiccManager
|
/frameworks/base/core/java/android/os/ |
D | RecoverySystem.java | 817 if (getResultCode() != EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_OK) { in wipeEuiccData() 911 if (getResultCode() != EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_OK) { in removeEuiccInvisibleSubs()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccController.java | 80 private static final int OK = EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_OK;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 46349 field public static final int EMBEDDED_SUBSCRIPTION_RESULT_OK = 0; // 0x0
|
/frameworks/base/api/ |
D | current.txt | 46493 field public static final int EMBEDDED_SUBSCRIPTION_RESULT_OK = 0; // 0x0
|