Searched refs:usePortIndex (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccOperation.java | 316 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()
|
D | EuiccController.java | 211 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 …]
|
D | EuiccConnector.java | 534 boolean forceDeactivateSim, SwitchCommandCallback callback, boolean usePortIndex) { in switchToSubscription() argument 539 request.mUsePortIndex = usePortIndex; in switchToSubscription()
|
/frameworks/base/telephony/java/android/service/euicc/ |
D | EuiccService.java | 1019 boolean usePortIndex) { in switchToSubscription() argument 1024 if (usePortIndex) { in switchToSubscription()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/ |
D | EuiccControllerTest.java | 179 int cardId, int portIndex, boolean usePortIndex, int subscriptionId) { in addResolutionIntent() argument
|