Home
last modified time | relevance | path

Searched defs:howMany (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DLocalSource.java178 protected Collection<ImageData> findImages(int howMany) { in findImages()
188 protected void findImages(boolean internal, int howMany, LinkedList<ImageData> foundImages ) { in findImages()
H A DPhotoSourcePlexor.java56 protected Collection<ImageData> findImages(int howMany) { in findImages()
H A DStockSource.java75 protected Collection<ImageData> findImages(int howMany) { in findImages()
H A DPhotoSource.java326 protected abstract Collection<ImageData> findImages(int howMany); in findImages()
H A DPicasaSource.java163 protected Collection<ImageData> findImages(int howMany) { in findImages()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationInfoTest.java1387 private Set<NotificationChannel> createMultipleChannelSet(int howMany) { in createMultipleChannelSet()