Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest3.java46 return makeShortcutWithActivityAndRank(id, activity, rank); in shortcut()
50 return makeShortcutWithActivityAndRank(id, activity, ShortcutInfo.RANK_NOT_SET); in shortcut()
DShortcutManagerTest1.java7302 final ShortcutInfo s1_1 = makeShortcutWithActivityAndRank("s11", a1, 4); in testShortcutsPushedOutByManifest()
7303 final ShortcutInfo s1_2 = makeShortcutWithActivityAndRank("s12", a1, 3); in testShortcutsPushedOutByManifest()
7304 final ShortcutInfo s1_3 = makeShortcutWithActivityAndRank("s13", a1, 2); in testShortcutsPushedOutByManifest()
7305 final ShortcutInfo s1_4 = makeShortcutWithActivityAndRank("s14", a1, 1); in testShortcutsPushedOutByManifest()
7306 final ShortcutInfo s1_5 = makeShortcutWithActivityAndRank("s15", a1, 0); in testShortcutsPushedOutByManifest()
7307 final ShortcutInfo s2_1 = makeShortcutWithActivityAndRank("s21", a2, 0); in testShortcutsPushedOutByManifest()
7308 final ShortcutInfo s2_2 = makeShortcutWithActivityAndRank("s22", a2, 1); in testShortcutsPushedOutByManifest()
7309 final ShortcutInfo s2_3 = makeShortcutWithActivityAndRank("s23", a2, 2); in testShortcutsPushedOutByManifest()
7310 final ShortcutInfo s2_4 = makeShortcutWithActivityAndRank("s24", a2, 3); in testShortcutsPushedOutByManifest()
7311 final ShortcutInfo s2_5 = makeShortcutWithActivityAndRank("s25", a2, 4); in testShortcutsPushedOutByManifest()
DBaseShortcutManagerTest.java1447 protected ShortcutInfo makeShortcutWithActivityAndRank(String id, ComponentName activity, in makeShortcutWithActivityAndRank() method in BaseShortcutManagerTest