Searched refs:makeLocusId (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest1.java | 1733 final ShortcutInfo s1_2 = makeShortcutWithLocusId("s2", makeLocusId("l1")); in testGetShortcuts() 1755 final ShortcutInfo s3_2 = makeShortcutWithLocusId("s3", makeLocusId("l2")); in testGetShortcuts() 1840 list(makeLocusId("l2")), /* activity =*/ null, in testGetShortcuts() 1847 list(makeLocusId("l1"), makeLocusId("l2"), makeLocusId("l3")), in testGetShortcuts() 1855 list(makeLocusId("lx1"), makeLocusId("lx2")), /* activity =*/ null, in testGetShortcuts()
|
H A D | BaseShortcutManagerTest.java | 2011 protected LocusId makeLocusId(String id) { in makeLocusId() method in BaseShortcutManagerTest
|