Searched refs:getDefaultDownloadableSubscriptionList (Results 1 - 8 of 8) sorted by path

/frameworks/base/core/java/android/service/euicc/
H A DEuiccService.java213 * @see android.telephony.euicc.EuiccManager#getDefaultDownloadableSubscriptionList
392 public void getDefaultDownloadableSubscriptionList(int slotId, boolean forceDeactivateSim, method in class:EuiccService.IEuiccServiceWrapper
H A DIEuiccService.aidl41 void getDefaultDownloadableSubscriptionList(int slotId, boolean forceDeactivateSim,
/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccManager.java123 * Key for an extra set on {@link #getDefaultDownloadableSubscriptionList} PendingIntent result
355 public void getDefaultDownloadableSubscriptionList(PendingIntent callbackIntent) { method in class:EuiccManager
361 mController.getDefaultDownloadableSubscriptionList(
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
H A DIEuiccController.aidl30 oneway void getDefaultDownloadableSubscriptionList(
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccConnector.java225 /** Callback class for {@link #getDefaultDownloadableSubscriptionList}. */
407 public void getDefaultDownloadableSubscriptionList( method in class:EuiccConnector
707 mEuiccService.getDefaultDownloadableSubscriptionList(slotId,
H A DEuiccController.java463 public void getDefaultDownloadableSubscriptionList( method in class:EuiccController
465 getDefaultDownloadableSubscriptionList(
469 void getDefaultDownloadableSubscriptionList( method in class:EuiccController
478 mConnector.getDefaultDownloadableSubscriptionList(
H A DEuiccOperation.java292 EuiccController.get().getDefaultDownloadableSubscriptionList(
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
H A DEuiccControllerTest.java286 verify(mMockConnector).getDefaultDownloadableSubscriptionList(anyBoolean(), any());
850 }).when(mMockConnector).getDefaultDownloadableSubscriptionList(anyBoolean(), any());
852 mController.getDefaultDownloadableSubscriptionList(PACKAGE_NAME, resultCallback);

Completed in 65 milliseconds