Home
last modified time | relevance | path

Searched refs:usePortIndex (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccOperation.java316 final boolean usePortIndex = resolutionExtras.getBoolean( in continueOperation()
321 callbackIntent, usePortIndex); in continueOperation()
330 final boolean usePortIndex = resolutionExtras.getBoolean( in continueOperation()
335 callbackIntent, usePortIndex); in continueOperation()
520 PendingIntent callbackIntent, boolean usePortIndex) { in resolvedSwitchDeactivateSim() argument
532 usePortIndex); in resolvedSwitchDeactivateSim()
540 PendingIntent callbackIntent, boolean usePortIndex) { in resolvedSwitchNoPrivileges() argument
560 usePortIndex); in resolvedSwitchNoPrivileges()
DEuiccController.java211 boolean usePortIndex = resolutionIntent.getBooleanExtra( in continueOperation()
213 resolutionExtras.putBoolean(EuiccService.EXTRA_RESOLUTION_USE_PORT_INDEX, usePortIndex); in continueOperation()
228 EuiccService.EXTRA_RESOLUTION_PORT_INDEX) + " usePortIndex: " + usePortIndex); in continueOperation()
1153 boolean usePortIndex) { in switchToSubscription() argument
1161 + " forceDeactivateSim: " + forceDeactivateSim + " usePortIndex: " + usePortIndex in switchToSubscription()
1177 if (!usePortIndex) { in switchToSubscription()
1188 usePortIndex = true; in switchToSubscription()
1192 usePortIndex, portIndex)) { in switchToSubscription()
1216 if (canManageSubscriptionOnTargetSim(cardId, callingPackage, usePortIndex, in switchToSubscription()
1222 if (usePortIndex) { in switchToSubscription()
[all …]
DEuiccConnector.java534 boolean forceDeactivateSim, SwitchCommandCallback callback, boolean usePortIndex) { in switchToSubscription() argument
539 request.mUsePortIndex = usePortIndex; in switchToSubscription()
/frameworks/base/telephony/java/android/service/euicc/
DEuiccService.java1019 boolean usePortIndex) { in switchToSubscription() argument
1024 if (usePortIndex) { in switchToSubscription()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java179 int cardId, int portIndex, boolean usePortIndex, int subscriptionId) { in addResolutionIntent() argument