Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DShortcutsUpdater.java65 mgr.setDynamicShortcuts(devices.subList(0, getNumDynSlots(mgr, devices.size()))); in update()
124 private int getNumDynSlots(ShortcutManager mgr, int numDevices) { in getNumDynSlots() method in ShortcutsUpdater