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.java49 return makeShortcutWithActivityAndRank(id, activity, rank); in shortcut()
53 return makeShortcutWithActivityAndRank(id, activity, ShortcutInfo.RANK_NOT_SET); in shortcut()
DShortcutManagerTest1.java7872 final ShortcutInfo s1_1 = makeShortcutWithActivityAndRank("s11", a1, 4); in testShortcutsPushedOutByManifest()
7873 final ShortcutInfo s1_2 = makeShortcutWithActivityAndRank("s12", a1, 3); in testShortcutsPushedOutByManifest()
7874 final ShortcutInfo s1_3 = makeShortcutWithActivityAndRank("s13", a1, 2); in testShortcutsPushedOutByManifest()
7875 final ShortcutInfo s1_4 = makeShortcutWithActivityAndRank("s14", a1, 1); in testShortcutsPushedOutByManifest()
7876 final ShortcutInfo s1_5 = makeShortcutWithActivityAndRank("s15", a1, 0); in testShortcutsPushedOutByManifest()
7877 final ShortcutInfo s2_1 = makeShortcutWithActivityAndRank("s21", a2, 0); in testShortcutsPushedOutByManifest()
7878 final ShortcutInfo s2_2 = makeShortcutWithActivityAndRank("s22", a2, 1); in testShortcutsPushedOutByManifest()
7879 final ShortcutInfo s2_3 = makeShortcutWithActivityAndRank("s23", a2, 2); in testShortcutsPushedOutByManifest()
7880 final ShortcutInfo s2_4 = makeShortcutWithActivityAndRank("s24", a2, 3); in testShortcutsPushedOutByManifest()
7881 final ShortcutInfo s2_5 = makeShortcutWithActivityAndRank("s25", a2, 4); in testShortcutsPushedOutByManifest()
DBaseShortcutManagerTest.java1510 protected ShortcutInfo makeShortcutWithActivityAndRank(String id, ComponentName activity, in makeShortcutWithActivityAndRank() method in BaseShortcutManagerTest