Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest3.java52 return makeShortcutWithActivityAndRank(id, activity, rank); in shortcut()
56 return makeShortcutWithActivityAndRank(id, activity, ShortcutInfo.RANK_NOT_SET); in shortcut()
H A DShortcutManagerTest1.java8676 final ShortcutInfo s1_1 = makeShortcutWithActivityAndRank("s11", a1, 4); in testShortcutsPushedOutByManifest()
8677 final ShortcutInfo s1_2 = makeShortcutWithActivityAndRank("s12", a1, 3); in testShortcutsPushedOutByManifest()
8678 final ShortcutInfo s1_3 = makeShortcutWithActivityAndRank("s13", a1, 2); in testShortcutsPushedOutByManifest()
8679 final ShortcutInfo s1_4 = makeShortcutWithActivityAndRank("s14", a1, 1); in testShortcutsPushedOutByManifest()
8680 final ShortcutInfo s1_5 = makeShortcutWithActivityAndRank("s15", a1, 0); in testShortcutsPushedOutByManifest()
8681 final ShortcutInfo s2_1 = makeShortcutWithActivityAndRank("s21", a2, 0); in testShortcutsPushedOutByManifest()
8682 final ShortcutInfo s2_2 = makeShortcutWithActivityAndRank("s22", a2, 1); in testShortcutsPushedOutByManifest()
8683 final ShortcutInfo s2_3 = makeShortcutWithActivityAndRank("s23", a2, 2); in testShortcutsPushedOutByManifest()
8684 final ShortcutInfo s2_4 = makeShortcutWithActivityAndRank("s24", a2, 3); in testShortcutsPushedOutByManifest()
8685 final ShortcutInfo s2_5 = makeShortcutWithActivityAndRank("s25", a2, 4); in testShortcutsPushedOutByManifest()
H A DBaseShortcutManagerTest.java1628 protected ShortcutInfo makeShortcutWithActivityAndRank(String id, ComponentName activity, in makeShortcutWithActivityAndRank() method in BaseShortcutManagerTest