Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java1786 protected ShortcutInfo findById(List<ShortcutInfo> list, String id) { in findById() method in BaseShortcutManagerTest
H A DShortcutManagerTest1.java2216 assertEquals("Title 1", findById(list, "s1").getTitle()); in testGetShortcutInfo()
2217 assertEquals("Title 2", findById(list, "s2").getTitle()); in testGetShortcutInfo()
2228 assertEquals("ABC", findById(list, "s1").getTitle()); in testGetShortcutInfo()