Home
last modified time | relevance | path

Searched refs:slot (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/telephony/
DTelephonyStatsTests.java237 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 …]
/cts/tests/tests/widget/src/android/widget/cts/util/
DListItemFactory.java104 for (Slot slot : slots) { in horizontalButtonSlots()
105 switch (slot) { in horizontalButtonSlots()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceConnector.java668 void enableImsService(int slot) throws Exception { in enableImsService() argument
670 + COMMAND_SLOT_IDENTIFIER + slot); in enableImsService()
673 void disableImsService(int slot) throws Exception { in disableImsService() argument
675 + COMMAND_SLOT_IDENTIFIER + slot); in disableImsService()
/cts/tests/jdwp/runner/host-side/resources/expectations/
Dexternal_oj_libjdwp_art_failures.txt14 … test is incorrect since it blindly requests local variables without checking their slot numbers.",