Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
H A DShortcutManagerTestUtils.java875 final Set<String> idSet = set(ids); in selectByIds() local
878 if (idSet.contains(si.getId())) { in selectByIds()
880 idSet.remove(si.getId()); in selectByIds()
883 if (idSet.size() > 0) { in selectByIds()
884 fail("Shortcuts not found for IDs=" + idSet); in selectByIds()