Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java506 final ShortcutInfo s1_2 = makeShortcut("s1"); in testPushDynamicShortcut() local
507 s1_2.setActivity(makeComponent(ShortcutActivity2.class)); in testPushDynamicShortcut()
508 s1_2.setRank(1); in testPushDynamicShortcut()
509 mManager.pushDynamicShortcut(s1_2); in testPushDynamicShortcut()
1740 assertTrue(mManager.setDynamicShortcuts(list(s1_1, s1_2))); in testGetShortcuts()
2168 final ShortcutInfo s1_2 = makeShortcut( in testGetShortcutInfo() local
3442 final ShortcutInfo s1_2 = makeShortcut( in testStartShortcut()
8408 mManager.setDynamicShortcuts(list(s1_1, s1_2, s1_3)); in testMaxShortcutCount_set()
8418 mManager.setDynamicShortcuts(list(s1_1, s1_2, s1_3)); in testMaxShortcutCount_set()
8487 mManager.setDynamicShortcuts(list(s1_1, s1_2, s1_3)); in testMaxShortcutCount_add()
[all …]