Searched refs:slots (Results 1 – 3 of 3) sorted by relevance
236 List<Map<String, String>> slots = getTelephonyDumpEntries("UiccSlot"); in getActiveSimSlotCount() local237 long count = slots.stream().filter(slot -> "true".equals(slot.get("mActive"))).count(); in getActiveSimSlotCount()247 List<Map<String, String>> slots = getTelephonyDumpEntries("UiccSlot"); in getActiveSimCountUpperBound() local248 long count = slots.stream().filter(slot -> in getActiveSimCountUpperBound()261 List<Map<String, String>> slots = getTelephonyDumpEntries("UiccSlot"); in getActiveEsimCountUpperBound() local262 long count = slots.stream().filter(slot -> in getActiveEsimCountUpperBound()274 List<Map<String, String>> slots = getTelephonyDumpEntries("UiccSlot"); in isEuiccSupportsMultipleEnabledProfiles() local275 return slots.stream().anyMatch(slot -> in isEuiccSupportsMultipleEnabledProfiles()
48 struct RowSlot slots[ROW_SLOT_CHUNK_NUM_ROWS]; member111 rowSlotChunk->slots[0].offset = fieldSlotOffset; in Java_android_content_cts_CursorWindowContentProvider_makeNativeCursorWindowFd()
91 public static View horizontalButtonSlots(Context context, int desiredHeight, Slot... slots) { in horizontalButtonSlots() argument104 for (Slot slot : slots) { in horizontalButtonSlots()