Searched refs:resolutionIntent (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccManager.java365 PendingIntent resolutionIntent =
367 if (resolutionIntent == null) {
373 activity.startIntentSenderForResult(resolutionIntent.getIntentSender(), requestCode,
385 * @param resolutionIntent The original intent used to start the LUI.
393 public void continueOperation(Intent resolutionIntent, Bundle resolutionExtras) { argument
396 resolutionIntent.getParcelableExtra(
404 getIEuiccController().continueOperation(resolutionIntent, resolutionExtras);
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
H A DIEuiccController.aidl27 oneway void continueOperation(in Intent resolutionIntent, in Bundle resolutionExtras);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccController.java126 * <p>The implementation here makes a key assumption that the resolutionIntent has not been
137 public void continueOperation(Intent resolutionIntent, Bundle resolutionExtras) { argument
144 EuiccOperation op = resolutionIntent.getParcelableExtra(EXTRA_OPERATION);
150 resolutionIntent.getParcelableExtra(
964 PendingIntent resolutionIntent = PendingIntent.getActivity(
967 EuiccManager.EXTRA_EMBEDDED_SUBSCRIPTION_RESOLUTION_INTENT, resolutionIntent);

Completed in 39 milliseconds