Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java1738 final ShortcutInfo s1_2 = makeShortcutWithLocusId("s2", makeLocusId("l1")); in testGetShortcuts()
1760 final ShortcutInfo s3_2 = makeShortcutWithLocusId("s3", makeLocusId("l2")); in testGetShortcuts()
1845 list(makeLocusId("l2")), /* activity =*/ null, in testGetShortcuts()
1852 list(makeLocusId("l1"), makeLocusId("l2"), makeLocusId("l3")), in testGetShortcuts()
1860 list(makeLocusId("lx1"), makeLocusId("lx2")), /* activity =*/ null, in testGetShortcuts()
H A DBaseShortcutManagerTest.java1773 protected LocusId makeLocusId(String id) { in makeLocusId() method in BaseShortcutManagerTest