Searched refs:EMBEDDED_SUBSCRIPTION_RESULT_ERROR (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
D | EuiccControllerTest.java | 302 verifyIntentSent(EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_ERROR, in testGetDownloadableSubscriptionMetadata_serviceUnavailable() 314 verifyIntentSent(EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_ERROR, in testGetDownloadableSubscriptionMetadata_error() 351 verifyIntentSent(EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_ERROR, in testGetDefaultDownloadableSubscriptionList_serviceUnavailable() 361 verifyIntentSent(EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_ERROR, in testGetDefaultDownloadableSubscriptionList_error() 405 verifyIntentSent(EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_ERROR, in testDownloadSubscription_serviceUnavailable() 416 verifyIntentSent(EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_ERROR, in testDownloadSubscription_error() 484 verifyIntentSent(EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_ERROR, in testDownloadSubscription_noPrivileges_getMetadata_serviceUnavailable_canManageSim() 515 verifyIntentSent(EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_ERROR, in testDownloadSubscription_noPrivileges_getMetadata_error_canManageSim() 686 verifyIntentSent(EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_ERROR, in testDownloadSubscription_noPrivileges_noCarrierPrivileges_canManagerTargetSim() 699 verifyIntentSent(EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_ERROR, in testDeleteSubscription_noSuchSubscription() [all …]
|
/frameworks/base/telephony/java/android/telephony/euicc/ |
D | EuiccManager.java | 236 public static final int EMBEDDED_SUBSCRIPTION_RESULT_ERROR = 2; field in EuiccManager 1408 callbackIntent.send(EMBEDDED_SUBSCRIPTION_RESULT_ERROR); in sendUnavailableError()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccOperation.java | 533 EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_ERROR, in fail()
|
D | EuiccController.java | 84 EuiccManager.EMBEDDED_SUBSCRIPTION_RESULT_ERROR;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 46348 field public static final int EMBEDDED_SUBSCRIPTION_RESULT_ERROR = 2; // 0x2
|
/frameworks/base/api/ |
D | current.txt | 46492 field public static final int EMBEDDED_SUBSCRIPTION_RESULT_ERROR = 2; // 0x2
|