Searched refs:slot (Results 1 – 4 of 4) sorted by relevance
237 long count = slots.stream().filter(slot -> "true".equals(slot.get("mActive"))).count(); in getActiveSimSlotCount()248 long count = slots.stream().filter(slot -> in getActiveSimCountUpperBound()249 "true".equals(slot.get("mActive")) in getActiveSimCountUpperBound()250 && slot.get("mCardState") != null in getActiveSimCountUpperBound()251 && slot.get("mCardState").contains("CARDSTATE_PRESENT")).count(); in getActiveSimCountUpperBound()262 long count = slots.stream().filter(slot -> in getActiveEsimCountUpperBound()263 "true".equals(slot.get("mActive")) in getActiveEsimCountUpperBound()264 && slot.get("mCardState") != null in getActiveEsimCountUpperBound()265 && slot.get("mCardState").contains("CARDSTATE_PRESENT") in getActiveEsimCountUpperBound()266 && "true".equals(slot.get("mIsEuicc"))).count(); in getActiveEsimCountUpperBound()[all …]
104 for (Slot slot : slots) { in horizontalButtonSlots()105 switch (slot) { in horizontalButtonSlots()
668 void enableImsService(int slot) throws Exception { in enableImsService() argument670 + COMMAND_SLOT_IDENTIFIER + slot); in enableImsService()673 void disableImsService(int slot) throws Exception { in disableImsService() argument675 + COMMAND_SLOT_IDENTIFIER + slot); in disableImsService()
14 … test is incorrect since it blindly requests local variables without checking their slot numbers.",