Home
last modified time | relevance | path

Searched defs:extrasIntent (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java423 Intent extrasIntent = new Intent(); in onGetMetadataComplete() local
613 Intent extrasIntent = new Intent(); in downloadSubscription() local
673 Intent extrasIntent = new Intent(); in onGetMetadataComplete() local
895 Intent extrasIntent = new Intent(); in onGetDefaultListComplete() local
1106 Intent extrasIntent = new Intent(); in switchToSubscription() local
1126 Intent extrasIntent = new Intent(); in switchToSubscription() local
1587 PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in refreshSubscriptionsAndSendResult()
1595 public void sendResult(PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in sendResult()
1604 public void addResolutionIntentWithPort(Intent extrasIntent, String resolutionAction, in addResolutionIntentWithPort()
1615 public void addResolutionIntent(Intent extrasIntent, String resolutionAction, in addResolutionIntent()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java163 Intent extrasIntent, String resolutionAction, String callingPackage, in addResolutionIntent()
171 public void sendResult(PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in sendResult()
180 PendingIntent callbackIntent, int resultCode, Intent extrasIntent) { in refreshSubscriptionsAndSendResult()