Home
last modified time | relevance | path

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

/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerMultiLauncherTest.java48 makeShortcut("s1"), in testPinShortcuts()
49 makeShortcut("s2"), in testPinShortcuts()
50 makeShortcut("s3"), in testPinShortcuts()
51 makeShortcut("s4"), in testPinShortcuts()
52 makeShortcut("s5") in testPinShortcuts()
71 makeShortcut("s1"), in testPinShortcuts()
72 makeShortcut("s2"), in testPinShortcuts()
73 makeShortcut("s3"), in testPinShortcuts()
74 makeShortcut("s4"), in testPinShortcuts()
75 makeShortcut("s5") in testPinShortcuts()
DShortcutManagerLauncherApiTest.java54 makeShortcut("s1"), in testPinShortcuts()
55 makeShortcut("s2"), in testPinShortcuts()
56 makeShortcut("s3"), in testPinShortcuts()
57 makeShortcut("s4"), in testPinShortcuts()
58 makeShortcut("s5") in testPinShortcuts()
73 makeShortcut("s1"), in testPinShortcuts()
74 makeShortcut("s2"), in testPinShortcuts()
75 makeShortcut("s3"), in testPinShortcuts()
76 makeShortcut("s4"), in testPinShortcuts()
77 makeShortcut("s5") in testPinShortcuts()
[all …]
DShortcutManagerFakingPublisherTest.java85 makeShortcut("s1", "title1"))); in testSpoofingPublisher()
90 makeShortcut("s1", "title1"), in testSpoofingPublisher()
108 makeShortcut("s1", "title1"))); in testSpoofingPublisher()
113 makeShortcut("s1", "title1"), in testSpoofingPublisher()
131 makeShortcut("s1", "title1"))); in testSpoofingPublisher()
136 makeShortcut("s1", "title1"), in testSpoofingPublisher()
DShortcutManagerUsageTest.java103 makeShortcut(id1), in testReportShortcutUsed()
104 makeShortcut(id2) in testReportShortcutUsed()
109 makeShortcut(id1), in testReportShortcutUsed()
110 makeShortcut(id3) in testReportShortcutUsed()
149 list(makeShortcut(id1), makeShortcut(id2))))); in testShortcutInvocationEventIsVisible()
166 list(makeShortcut(id1), makeShortcut(id2))))); in testShortcutInvocationEventIsNotVisible()
DShortcutManagerSpoofDetectionTest.java52 getManager().setDynamicShortcuts(list(makeShortcut("s1"))); in testPublisherSpoofing()
55 getManager().addDynamicShortcuts(list(makeShortcut("s1"))); in testPublisherSpoofing()
70 getManager().updateShortcuts(list(makeShortcut("s1"))); in testPublisherSpoofing()
104 getLauncherApps().startShortcut(makeShortcut("s"), null, null); in testLauncherSpoofing()
DShortcutManagerSpoofingTest.java46 ShortcutInfo s1 = makeShortcut("s1", "title1"); in testSpoofingPublisher()
50 ShortcutInfo s1 = makeShortcut("s1", "title2"); in testSpoofingPublisher()
54 ShortcutInfo s1 = makeShortcut("s1", "title3"); in testSpoofingPublisher()
108 ShortcutInfo s1 = makeShortcut("s1", "title1"); in testSpoofingLauncher()
DShortcutManagerClientApiTest.java270 makeShortcut("s1", "title1"), in testSetDynamicShortcuts()
271 makeShortcut("s2", "title2"), in testSetDynamicShortcuts()
272 makeShortcut("s3", "title3")))); in testSetDynamicShortcuts()
298 makeShortcut("s1x", "title1x")))); in testSetDynamicShortcuts()
338 makeShortcut("s2", "title2-updated")))); in testSetDynamicShortcuts()
588 makeShortcut("s1")))); in testSetDynamicShortcuts_wasPinned()
613 makeShortcut("s1", "title1"), in testAddDynamicShortcuts()
614 makeShortcut("s2", "title2"), in testAddDynamicShortcuts()
615 makeShortcut("s3", "title3")))); in testAddDynamicShortcuts()
641 makeShortcut("s1x", "title1x")))); in testAddDynamicShortcuts()
[all …]
DShortcutManagerCtsTestsBase.java391 protected ShortcutInfo makeShortcut(String id) { in makeShortcut() method in ShortcutManagerCtsTestsBase
392 return makeShortcut(id, "Title-" + id); in makeShortcut()
399 return makeShortcut( in makeShortcutWithRank()
409 return makeShortcut( in makeShortcutWithLocusId()
418 protected ShortcutInfo makeShortcut(String id, String shortLabel) { in makeShortcut() method in ShortcutManagerCtsTestsBase
419 return makeShortcut( in makeShortcut()
425 protected ShortcutInfo makeShortcut(String id, ComponentName activity) { in makeShortcut() method in ShortcutManagerCtsTestsBase
426 return makeShortcut( in makeShortcut()
436 return makeShortcut( in makeShortcutWithIcon()
446 return makeShortcut( in makeLongLivedShortcut()
[all …]
DShortcutManagerLauncherCallbackTest.java166 makeShortcut("s1"), in testCallbacks()
167 makeShortcut("s2") in testCallbacks()
193 makeShortcut("s2") in testCallbacks()
206 makeShortcut("sx") in testCallbacks()
DShortcutManagerNegativeTest.java140 makeShortcut("s1")))); in testCommand()