Searched defs:numDevices (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DShortcutsUpdater.java119 private int getNumDynSlots(ShortcutManager mgr, int numDevices) { argument
121 return numDevices >= slots ? slots : numDevices;

Completed in 51 milliseconds