Home
last modified time | relevance | path

Searched defs:slots (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DEventIndexTest.java71 List<Range<Long>> slots = mEventIndex.getActiveTimeSlots(); in testMultipleEvents() local
82 List<Range<Long>> slots; in testBitmapShift() local
120 List<Range<Long>> slots = mEventIndex.getActiveTimeSlots(); in testCopyConstructor() local
145 List<Range<Long>> slots = combined.getActiveTimeSlots(); in combineEventIndexes() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconListTest.java50 List<Slot> slots = statusBarIconList.getSlots(); in testGetExistingSlot() local
63 List<Slot> slots = statusBarIconList.getSlots(); in testGetNonexistingSlot() local
78 List<Slot> slots = statusBarIconList.getSlots(); in testAddSlotSlidesIcons() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardQuickAffordanceInteractor.kt175 val slots = repository.get().getSlotPickerRepresentations() regex
217 val slots = repository.get().getSlotPickerRepresentations() regex
258 val slots = repository.get().getSlotPickerRepresentations() regex
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DMockWeaverService.java24 private Pair<ArrayList<Byte>, ArrayList<Byte>>[] slots = new Pair[MAX_SLOTS]; field in MockWeaverService
/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/customization/data/content/
H A DFakeCustomizationProviderClient.kt69 private val slots = MutableStateFlow(slots) regex
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dextensions.h67 bool slots; // Does it have slots member
93 bool slots; // Does it have slots member
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusIconContainer.java267 public void addIgnoredSlots(List<String> slots) { in addIgnoredSlots()
308 public void removeIgnoredSlots(List<String> slots) { in removeIgnoredSlots()
H A DStatusBarIconList.java37 public StatusBarIconList(String[] slots) { in StatusBarIconList()
/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java91 public static View horizontalButtonSlots(Context context, int desiredHeight, Slot... slots) { in horizontalButtonSlots()
/aosp14/system/core/fs_mgr/liblp/
H A Dbuilder_test.cpp246 static constexpr uint64_t slots = 2; in TEST_F() local
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java901 HashSet<Integer> slots = new HashSet<>(); in getUsedWeaverSlots() local