Home
last modified time | relevance | path

Searched refs:slots (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/telephony/
DTelephonyStatsTests.java284 List<Map<String, String>> slots = getTelephonyDumpEntries("UiccSlot"); in getActiveSimSlotCount() local
285 long count = slots.stream().filter(slot -> "true".equals(slot.get("mActive"))).count(); in getActiveSimSlotCount()
295 List<Map<String, String>> slots = getTelephonyDumpEntries("UiccSlot"); in getActiveSimCountUpperBound() local
296 long count = slots.stream().filter(slot -> in getActiveSimCountUpperBound()
308 List<Map<String, String>> slots = getTelephonyDumpEntries("UiccSlot"); in getActiveEsimCountUpperBound() local
309 long count = slots.stream().filter(slot -> in getActiveEsimCountUpperBound()
/cts/tests/tests/content/jni/
DNativeCursorWindow.cpp48 struct RowSlot slots[ROW_SLOT_CHUNK_NUM_ROWS]; member
111 rowSlotChunk->slots[0].offset = fieldSlotOffset; in Java_android_content_cts_CursorWindowContentProvider_makeNativeCursorWindowFd()
/cts/tests/tests/widget/src/android/widget/cts/util/
DListItemFactory.java91 public static View horizontalButtonSlots(Context context, int desiredHeight, Slot... slots) { in horizontalButtonSlots() argument
104 for (Slot slot : slots) { in horizontalButtonSlots()