Home
last modified time | relevance | path

Searched defs:slotId (Results 1 – 16 of 16) sorted by relevance

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockModemManager.java226 public boolean isSimCardPresent(int slotId) throws Exception { in isSimCardPresent()
240 public boolean insertSimCard(int slotId, int simProfileId) throws Exception { in insertSimCard()
274 public boolean removeSimCard(int slotId) throws Exception { in removeSimCard()
310 public boolean setSimInfo(int slotId, int type, String[] data) throws Exception { in setSimInfo()
340 public String getSimInfo(int slotId, int type) throws Exception { in getSimInfo()
365 public boolean setSimulCallingEnabledLogicalSlots(int slotId, in setSimulCallingEnabledLogicalSlots()
400 public boolean forceErrorResponse(int slotId, int requestId, int error) throws Exception { in forceErrorResponse()
428 public boolean changeNetworkService(int slotId, int carrierId, boolean registration) in changeNetworkService()
459 int slotId, int carrierId, in changeNetworkService()
476 int slotId, int carrierId, in changeNetworkService()
[all …]
DMockModemConfigBase.java372 MockModemConfigHandler(int slotId) { in MockModemConfigHandler()
620 private void updateCardStatus(int slotId) { in updateCardStatus()
647 private boolean loadSIMCard(int slotId, int simProfileId) { in loadSIMCard()
686 private SimInfoChangedResult setSimInfo(int slotId, int simInfoType, String[] simInfoData) { in setSimInfo()
DMockSimService.java319 public MockSimService(Context context, int slotId) { in MockSimService()
372 private void initMockSimCard(int slotId, int simProfileId) { in initMockSimCard()
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/
DMockEuiccService.java56 public String onGetEid(int slotId) { in onGetEid()
62 public long onGetAvailableMemoryInBytes(int slotId) { in onGetAvailableMemoryInBytes()
71 public @OtaStatus int onGetOtaStatus(int slotId) { in onGetOtaStatus()
83 public void onStartOtaIfNecessary(int slotId, OtaStatusChangedCallback statusChangedCallback) { in onStartOtaIfNecessary()
90 int slotId, DownloadableSubscription subscription, boolean forceDeactivateSim) { in onGetDownloadableSubscriptionMetadata()
104 int slotId, int portIndex, DownloadableSubscription subscription, in onGetDownloadableSubscriptionMetadata()
119 int slotId, boolean forceDeactivateSim) { in onGetDefaultDownloadableSubscriptionList()
128 int slotId, in onDownloadSubscription()
150 int slotId, in onDownloadSubscription()
162 public @NonNull GetEuiccProfileInfoListResult onGetEuiccProfileInfoList(int slotId) { in onGetEuiccProfileInfoList()
[all …]
DEuiccServiceTest.java99 public String onGetEid(int slotId) { in onGetEid()
104 public long onGetAvailableMemoryInBytes(int slotId) { in onGetAvailableMemoryInBytes()
109 public int onGetOtaStatus(int slotId) { in onGetOtaStatus()
114 public void onStartOtaIfNecessary(int slotId, in onStartOtaIfNecessary()
120 int slotId, DownloadableSubscription subscription, boolean forceDeactivateSim) { in onGetDownloadableSubscriptionMetadata()
126 int slotId, int portIndex, DownloadableSubscription subscription, in onGetDownloadableSubscriptionMetadata()
134 int slotId, boolean forceDeactivateSim) { in onGetDefaultDownloadableSubscriptionList()
139 public GetEuiccProfileInfoListResult onGetEuiccProfileInfoList(int slotId) { in onGetEuiccProfileInfoList()
144 public EuiccInfo onGetEuiccInfo(int slotId) { in onGetEuiccInfo()
149 public int onDeleteSubscription(int slotId, String iccid) { in onDeleteSubscription()
[all …]
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DDomainSelectionCrossSimRedialingTestOnMockModem.java428 private static void unsolBarringInfoChanged(int slotId, boolean barred, boolean noAssert) { in unsolBarringInfoChanged()
441 private boolean waitForVoiceLatchCountdown(int slotId, int latchIndex) { in waitForVoiceLatchCountdown()
445 private boolean waitForVoiceLatchCountdown(int slotId, int latchIndex, int waitMs) { in waitForVoiceLatchCountdown()
449 private void resetVoiceAllLatchCountdown(int slotId) { in resetVoiceAllLatchCountdown()
453 private void setLastCallFailCause(int slotId, int cause) { in setLastCallFailCause()
457 private void clearAllCalls(int slotId, int cause) { in clearAllCalls()
461 private boolean waitForNetworkLatchCountdown(int slotId, int latchIndex) { in waitForNetworkLatchCountdown()
465 public boolean waitForNetworkLatchCountdown(int slotId, int latchIndex, int waitMs) { in waitForNetworkLatchCountdown()
469 private void resetNetworkAllLatchCountdown(int slotId) { in resetNetworkAllLatchCountdown()
473 private void resetEmergencyNetworkScan(int slotId) { in resetEmergencyNetworkScan()
[all …]
DTestImsService.java153 public void enableImsForSubscription(int slotId, int subId) { in enableImsForSubscription()
162 public void disableImsForSubscription(int slotId, int subId) { in disableImsForSubscription()
171 public RcsFeature createRcsFeatureForSubscription(int slotId, int subId) { in createRcsFeatureForSubscription()
224 public ImsConfigImplBase getConfigForSubscription(int slotId, int subId) { in getConfigForSubscription()
230 public MmTelFeature createMmTelFeatureForSubscription(int slotId, int subId) { in createMmTelFeatureForSubscription()
266 public ImsRegistrationImplBase getRegistrationForSubscription(int slotId, int subId) { in getRegistrationForSubscription()
273 public SipTransportImplBase getSipTransport(int slotId) { in getSipTransport()
330 public void enableIms(int slotId) { in enableIms()
338 public void disableIms(int slotId) { in disableIms()
346 public RcsFeature createRcsFeature(int slotId) { in createRcsFeature()
[all …]
DImsServiceConnector.java143 Connection(int connectionType, int slotId) { in Connection()
503 public void clearAllActiveImsServices(int slotId) throws Exception { in clearAllActiveImsServices()
705 void removeEabContacts(int slotId, String phoneNum) throws Exception { in removeEabContacts()
725 void removeUceRequestDisallowedStatus(int slotId) throws Exception { in removeUceRequestDisallowedStatus()
732 void setCapabilitiesRequestTimeout(int slotId, long timeoutAfterMs) throws Exception { in setCapabilitiesRequestTimeout()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DNetworkServiceTest.java32 CtsNetworkServiceProvider(int slotId) { in CtsNetworkServiceProvider()
DConnectivityManagerTestOnMockModem.java347 int slotId = 0; in testNetworkValidated() local
451 int slotId = subscriptionInfo.getSimSlotIndex(); in testDDSChange() local
DTestDomainSelectionService.java139 public void onServiceStateUpdated(int slotId, int subId, in onServiceStateUpdated()
149 public void onBarringInfoUpdated(int slotId, int subId, @NonNull BarringInfo barringInfo) { in onBarringInfoUpdated()
DTelephonyManagerTestOnMockModem.java384 int slotId = 0; in testSimStateChange() local
417 int slotId = 0; in testServiceStateChange() local
511 int slotId = 0; in testRegistrationFailed() local
615 int slotId = 0; in testVoiceCallState() local
DSimultaneousCallingRestrictionsTest.java790 int slotId) throws Exception { in triggerFrameworkConnectToCarrierImsService()
818 int slotId) throws Exception { in triggerFrameworkConnectToDeviceImsService()
DSubscriptionManagerTest.java300 int slotId = SubscriptionManager.getSlotIndex(mSubId); in testGetSubscriptionIds() local
308 int slotId = SubscriptionManager.getSlotIndex(mSubId); in testGetSubscriptionId() local
982 int slotId = SubscriptionManager.getSlotIndex(mSubId); in testGetEnabledSubscriptionId() local
DTelephonyManagerTest.java4393 final int slotId = i; in testGetSimApplicationState() local
/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/
DCarrierRoamingSatelliteTestBase.java407 protected static void insertSatelliteEnabledSim(int slotId, int profile) throws Exception { in insertSatelliteEnabledSim()
447 protected static void removeSatelliteEnabledSim(int slotId, int profile) throws Exception { in removeSatelliteEnabledSim()