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.java61 Handler getMockModemConfigHandler(int logicalSlotId); in getMockModemConfigHandler()
68 void registerForNumOfLiveModemChanged(int logicalSlotId, Handler h, int what, Object obj); in registerForNumOfLiveModemChanged()
70 void unregisterForNumOfLiveModemChanged(int logicalSlotId, Handler h); in unregisterForNumOfLiveModemChanged()
73 void registerForPhoneCapabilityChanged(int logicalSlotId, Handler h, int what, Object obj); in registerForPhoneCapabilityChanged()
75 void unregisterForPhoneCapabilityChanged(int logicalSlotId, Handler h); in unregisterForPhoneCapabilityChanged()
78 void registerForSimSlotStatusChanged(int logicalSlotId, Handler h, int what, Object obj); in registerForSimSlotStatusChanged()
80 void unregisterForSimSlotStatusChanged(int logicalSlotId, Handler h); in unregisterForSimSlotStatusChanged()
84 void registerForBasebandVersionChanged(int logicalSlotId, Handler h, int what, Object obj); in registerForBasebandVersionChanged()
86 void unregisterForBasebandVersionChanged(int logicalSlotId, Handler h); in unregisterForBasebandVersionChanged()
89 void registerForDeviceIdentityChanged(int logicalSlotId, Handler h, int what, Object obj); in registerForDeviceIdentityChanged()
[all …]
DMockModemConfigBase.java494 private int getSimPhysicalSlotId(int logicalSlotId) { in getSimPhysicalSlotId()
718 private void notifyDeviceIdentityChangedRegistrants(int logicalSlotId) { in notifyDeviceIdentityChangedRegistrants()
732 private void notifyDeviceImeiTypeChangedRegistrants(int logicalSlotId) { in notifyDeviceImeiTypeChangedRegistrants()
758 public Handler getMockModemConfigHandler(int logicalSlotId) { in getMockModemConfigHandler()
799 int logicalSlotId, Handler h, int what, Object obj) { in registerForNumOfLiveModemChanged()
804 public void unregisterForNumOfLiveModemChanged(int logicalSlotId, Handler h) { in unregisterForNumOfLiveModemChanged()
810 int logicalSlotId, Handler h, int what, Object obj) { in registerForPhoneCapabilityChanged()
815 public void unregisterForPhoneCapabilityChanged(int logicalSlotId, Handler h) { in unregisterForPhoneCapabilityChanged()
821 int logicalSlotId, Handler h, int what, Object obj) { in registerForSimSlotStatusChanged()
826 public void unregisterForSimSlotStatusChanged(int logicalSlotId, Handler h) { in unregisterForSimSlotStatusChanged()
[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()