Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellBroadcastServiceTest.java36 public void onGsmCellBroadcastSms(int slotIndex, byte[] message) { in testConstructor()
41 public void onCdmaCellBroadcastSms(int slotIndex, byte[] bearerData, in testConstructor()
47 public void onCdmaScpMessage(int slotIndex, List<CdmaSmsCbProgramData> smsCbProgramData, in testConstructor()
53 public CharSequence getCellBroadcastAreaInfo(int slotIndex) { in testConstructor()
DQualifiedNetworksServiceTest.java56 public TestNap onCreateNetworkAvailabilityProvider(int slotIndex) { in onCreateNetworkAvailabilityProvider() argument
57 return new TestNap(slotIndex); in onCreateNetworkAvailabilityProvider()
63 TestNap(int slotIndex) { in TestNap() argument
64 super(slotIndex); in TestNap()
DNetworkServiceTest.java41 public NetworkServiceProvider onCreateNetworkServiceProvider(int slotIndex) { in onCreateNetworkServiceProvider() argument
42 return new CtsNetworkServiceProvider(slotIndex); in onCreateNetworkServiceProvider()
DConnectivityManagerTestOnMockModem.java430 for (int slotIndex = 0; slotIndex < 2; slotIndex++) { in testDDSChange()
431 boolean isDataEnabled = sTelephonyManager.getDataEnabled(slotIndex); in testDDSChange()
432 Log.d(TAG, "Data enabled status for SIM slot " + slotIndex + ": " + isDataEnabled); in testDDSChange()
DCarrierConfigManagerTest.java685 (slotIndex, subId, carrierId, preciseCarrierId) -> queue.offer( in testCarrierConfigChangeListener()
686 new CarrierConfigChangeParams(slotIndex, subId, carrierId, in testCarrierConfigChangeListener()
787 CarrierConfigChangeParams(int slotIndex, int subId, int carrierId, int preciseCarrierId) { in CarrierConfigChangeParams() argument
788 mSlotIndex = slotIndex; in CarrierConfigChangeParams()
DTelephonyManagerTest.java2668 int slotIndex = subInfo.getSimSlotIndex(); in testGetMeidForSlot() local
2674 (telephonyManager) -> telephonyManager.getMeid(slotIndex)); in testGetMeidForSlot()
3662 int slotIndex = getValidSlotIndexAndPort().getKey(); in testIccCloseLogicalChannelBySlotAndPort() local
3668 slotIndex, portIndex, 0)); in testIccCloseLogicalChannelBySlotAndPort()
3678 mTelephonyManager, (tm) -> tm.iccCloseLogicalChannelByPort(slotIndex, -1, 0)); in testIccCloseLogicalChannelBySlotAndPort()
3686 slotIndex, portIndex, -1)); in testIccCloseLogicalChannelBySlotAndPort()
3697 int slotIndex = getValidSlotIndexAndPort().getKey(); in testIccTransmitApduLogicalChannelBySlot() local
3700 slotIndex, in testIccTransmitApduLogicalChannelBySlot()
3721 int slotIndex = getValidSlotIndexAndPort().getKey(); in testIccTransmitApduLogicalChannelBySlotAndPort() local
3726 slotIndex, in testIccTransmitApduLogicalChannelBySlotAndPort()
[all …]
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DCarrierPrivilegeUtils.java97 final int slotIndex = SubscriptionManager.getSlotIndex(subId); in CarrierPrivilegeChangeMonitor() local
148 slotIndex, mContext.getMainExecutor(), mCarrierPrivilegesCallback); in CarrierPrivilegeChangeMonitor()
152 slotIndex, in CarrierPrivilegeChangeMonitor()