/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | MockModemManager.java | 226 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 …]
|
D | MockModemConfigBase.java | 372 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()
|
D | MockSimService.java | 319 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/ |
D | MockEuiccService.java | 56 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 …]
|
D | EuiccServiceTest.java | 99 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/ |
D | DomainSelectionCrossSimRedialingTestOnMockModem.java | 428 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 …]
|
D | TestImsService.java | 153 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 …]
|
D | ImsServiceConnector.java | 143 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/ |
D | NetworkServiceTest.java | 32 CtsNetworkServiceProvider(int slotId) { in CtsNetworkServiceProvider()
|
D | ConnectivityManagerTestOnMockModem.java | 347 int slotId = 0; in testNetworkValidated() local 451 int slotId = subscriptionInfo.getSimSlotIndex(); in testDDSChange() local
|
D | TestDomainSelectionService.java | 139 public void onServiceStateUpdated(int slotId, int subId, in onServiceStateUpdated() 149 public void onBarringInfoUpdated(int slotId, int subId, @NonNull BarringInfo barringInfo) { in onBarringInfoUpdated()
|
D | TelephonyManagerTestOnMockModem.java | 384 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
|
D | SimultaneousCallingRestrictionsTest.java | 790 int slotId) throws Exception { in triggerFrameworkConnectToCarrierImsService() 818 int slotId) throws Exception { in triggerFrameworkConnectToDeviceImsService()
|
D | SubscriptionManagerTest.java | 300 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
|
D | TelephonyManagerTest.java | 4393 final int slotId = i; in testGetSimApplicationState() local
|
/cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/ |
D | CarrierRoamingSatelliteTestBase.java | 407 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()
|