HomeSort by relevance Sort by last modified time
    Searched defs:getDownloadableSubscriptionMetadata (Results 1 - 5 of 5) sorted by null

  /frameworks/base/telephony/java/android/telephony/euicc/
EuiccManager.java 145 * Key for an extra set on {@code #getDownloadableSubscriptionMetadata} PendingIntent result
429 public void getDownloadableSubscriptionMetadata(
436 getIEuiccController().getDownloadableSubscriptionMetadata(
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
EuiccController.java 220 public void getDownloadableSubscriptionMetadata(DownloadableSubscription subscription,
222 getDownloadableSubscriptionMetadata(
226 void getDownloadableSubscriptionMetadata(DownloadableSubscription subscription,
234 mConnector.getDownloadableSubscriptionMetadata(
326 mConnector.getDownloadableSubscriptionMetadata(subscription,
    [all...]
EuiccConnector.java 216 /** Callback class for {@link #getDownloadableSubscriptionMetadata}. */
412 public void getDownloadableSubscriptionMetadata(DownloadableSubscription subscription,
690 mEuiccService.getDownloadableSubscriptionMetadata(slotId,
    [all...]
  /frameworks/base/core/java/android/service/euicc/
EuiccService.java 269 * @see android.telephony.euicc.EuiccManager#getDownloadableSubscriptionMetadata
471 public void getDownloadableSubscriptionMetadata(int slotId,
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
EuiccControllerTest.java 289 verify(mMockConnector).getDownloadableSubscriptionMetadata(any(), anyBoolean(), any());
    [all...]

Completed in 181 milliseconds