Home
last modified time | relevance | path

Searched refs:slotId (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/
DMockEuiccService.java55 public String onGetEid(int slotId) { in onGetEid() argument
61 public @OtaStatus int onGetOtaStatus(int slotId) { in onGetOtaStatus() argument
73 public void onStartOtaIfNecessary(int slotId, OtaStatusChangedCallback statusChangedCallback) { in onStartOtaIfNecessary() argument
80 int slotId, DownloadableSubscription subscription, boolean forceDeactivateSim) { in onGetDownloadableSubscriptionMetadata() argument
94 int slotId, boolean forceDeactivateSim) { in onGetDefaultDownloadableSubscriptionList() argument
103 int slotId, in onDownloadSubscription() argument
124 public @NonNull GetEuiccProfileInfoListResult onGetEuiccProfileInfoList(int slotId) { in onGetEuiccProfileInfoList() argument
131 public @NonNull EuiccInfo onGetEuiccInfo(int slotId) { in onGetEuiccInfo() argument
137 public @Result int onDeleteSubscription(int slotId, String iccid) { in onDeleteSubscription() argument
144 int slotId, @Nullable String iccid, boolean forceDeactivateSim) { in onSwitchToSubscription() argument
[all …]
DEuiccServiceTest.java85 public String onGetEid(int slotId) { in onGetEid() argument
90 public int onGetOtaStatus(int slotId) { in onGetOtaStatus() argument
95 public void onStartOtaIfNecessary(int slotId, in onStartOtaIfNecessary() argument
101 int slotId, DownloadableSubscription subscription, boolean forceDeactivateSim) { in onGetDownloadableSubscriptionMetadata() argument
108 int slotId, boolean forceDeactivateSim) { in onGetDefaultDownloadableSubscriptionList() argument
113 public GetEuiccProfileInfoListResult onGetEuiccProfileInfoList(int slotId) { in onGetEuiccProfileInfoList() argument
118 public EuiccInfo onGetEuiccInfo(int slotId) { in onGetEuiccInfo() argument
123 public int onDeleteSubscription(int slotId, String iccid) { in onDeleteSubscription() argument
128 public int onSwitchToSubscription(int slotId, String iccid, boolean forceDeactivateSim) { in onSwitchToSubscription() argument
133 public int onUpdateSubscriptionNickname(int slotId, String iccid, String nickname) { in onUpdateSubscriptionNickname() argument
[all …]
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestImsService.java132 public void enableIms(int slotId) { in enableIms() argument
140 public void disableIms(int slotId) { in disableIms() argument
148 public RcsFeature createRcsFeature(int slotId) { in createRcsFeature() argument
192 public ImsConfigImplBase getConfig(int slotId) { in getConfig() argument
197 public MmTelFeature createMmTelFeature(int slotId) { in createMmTelFeature() argument
226 public ImsRegistrationImplBase getRegistration(int slotId) { in getRegistration() argument
232 public SipTransportImplBase getSipTransport(int slotId) { in getSipTransport() argument
DImsServiceConnector.java137 Connection(int connectionType, int slotId) { in Connection() argument
139 mSlotId = slotId; in Connection()
455 void clearAllActiveImsServices(int slotId) throws Exception { in clearAllActiveImsServices() argument
457 slotId); in clearAllActiveImsServices()
462 slotId); in clearAllActiveImsServices()
467 slotId); in clearAllActiveImsServices()
618 void removeEabContacts(int slotId, String phoneNum) throws Exception { in removeEabContacts() argument
621 .append(COMMAND_SLOT_IDENTIFIER).append(slotId).append(" ").append(phoneNum); in removeEabContacts()
638 void removeUceRequestDisallowedStatus(int slotId) throws Exception { in removeUceRequestDisallowedStatus() argument
641 .append(COMMAND_SLOT_IDENTIFIER).append(slotId); in removeUceRequestDisallowedStatus()
[all …]
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DNetworkServiceTest.java32 CtsNetworkServiceProvider(int slotId) { in CtsNetworkServiceProvider() argument
33 super(slotId); in CtsNetworkServiceProvider()
DSubscriptionManagerTest.java206 int slotId = SubscriptionManager.getSlotIndex(mSubId); in testGetSubscriptionIds() local
207 int[] subIds = mSm.getSubscriptionIds(slotId); in testGetSubscriptionIds()
746 int slotId = SubscriptionManager.getSlotIndex(mSubId); in testGetEnabledSubscriptionId() local
747 if (!SubscriptionManager.isValidSlotIndex(slotId)) { in testGetEnabledSubscriptionId()
748 fail("Invalid slot id " + slotId + " for subscription id " + mSubId); in testGetEnabledSubscriptionId()
751 (sm) -> sm.getEnabledSubscriptionId(slotId)); in testGetEnabledSubscriptionId()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0213/
Dpoc.cpp102 virtual void onFrameRendered(uint64_t bufferQueueId, int32_t slotId, in onFrameRendered()
105 (void)slotId; in onFrameRendered()