Home
last modified time | relevance | path

Searched defs:logicalSlotId (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockModemConfigInterface.java69 Handler getMockModemConfigHandler(int logicalSlotId); in getMockModemConfigHandler()
76 void registerForNumOfLiveModemChanged(int logicalSlotId, Handler h, int what, Object obj); in registerForNumOfLiveModemChanged()
78 void unregisterForNumOfLiveModemChanged(int logicalSlotId, Handler h); in unregisterForNumOfLiveModemChanged()
81 void registerForPhoneCapabilityChanged(int logicalSlotId, Handler h, int what, Object obj); in registerForPhoneCapabilityChanged()
83 void unregisterForPhoneCapabilityChanged(int logicalSlotId, Handler h); in unregisterForPhoneCapabilityChanged()
86 void registerForSimultaneousCallingSupportStatusChanged(int logicalSlotId, Handler h, int what, in registerForSimultaneousCallingSupportStatusChanged()
92 void registerForSimSlotStatusChanged(int logicalSlotId, Handler h, int what, Object obj); in registerForSimSlotStatusChanged()
94 void unregisterForSimSlotStatusChanged(int logicalSlotId, Handler h); in unregisterForSimSlotStatusChanged()
98 void registerForBasebandVersionChanged(int logicalSlotId, Handler h, int what, Object obj); in registerForBasebandVersionChanged()
100 void unregisterForBasebandVersionChanged(int logicalSlotId, Handler h); in unregisterForBasebandVersionChanged()
[all …]
DMockModemConfigBase.java516 private int getSimPhysicalSlotId(int logicalSlotId) { in getSimPhysicalSlotId()
751 private void notifyDeviceIdentityChangedRegistrants(int logicalSlotId) { in notifyDeviceIdentityChangedRegistrants()
765 private void notifyDeviceImeiTypeChangedRegistrants(int logicalSlotId) { in notifyDeviceImeiTypeChangedRegistrants()
791 public Handler getMockModemConfigHandler(int logicalSlotId) { in getMockModemConfigHandler()
834 int logicalSlotId, Handler h, int what, Object obj) { in registerForNumOfLiveModemChanged()
839 public void unregisterForNumOfLiveModemChanged(int logicalSlotId, Handler h) { in unregisterForNumOfLiveModemChanged()
845 int logicalSlotId, Handler h, int what, Object obj) { in registerForPhoneCapabilityChanged()
850 public void unregisterForPhoneCapabilityChanged(int logicalSlotId, Handler h) { in unregisterForPhoneCapabilityChanged()
856 int logicalSlotId, Handler h, int what, Object obj) { in registerForSimultaneousCallingSupportStatusChanged()
867 int logicalSlotId, Handler h, int what, Object obj) { in registerForSimSlotStatusChanged()
[all …]
/cts/tests/tests/carrierapi/targetprep/device/src/android/carrierapi/cts/targetprep/
DApduScriptUtil.java93 int logicalSlotId = sub.getSimSlotIndex(); in runApduScript() local
160 private static void rebootSimCard(int subId, int logicalSlotId, int targetPowerState, in rebootSimCard()
190 int subId, int logicalSlotId, int targetPowerState, in setSimPowerAndWaitForCardState()