Searched refs:makeShortcutWithActivityAndRank (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest3.java | 49 return makeShortcutWithActivityAndRank(id, activity, rank); in shortcut() 53 return makeShortcutWithActivityAndRank(id, activity, ShortcutInfo.RANK_NOT_SET); in shortcut()
|
D | ShortcutManagerTest1.java | 8500 final ShortcutInfo s1_1 = makeShortcutWithActivityAndRank("s11", a1, 4); in testShortcutsPushedOutByManifest() 8501 final ShortcutInfo s1_2 = makeShortcutWithActivityAndRank("s12", a1, 3); in testShortcutsPushedOutByManifest() 8502 final ShortcutInfo s1_3 = makeShortcutWithActivityAndRank("s13", a1, 2); in testShortcutsPushedOutByManifest() 8503 final ShortcutInfo s1_4 = makeShortcutWithActivityAndRank("s14", a1, 1); in testShortcutsPushedOutByManifest() 8504 final ShortcutInfo s1_5 = makeShortcutWithActivityAndRank("s15", a1, 0); in testShortcutsPushedOutByManifest() 8505 final ShortcutInfo s2_1 = makeShortcutWithActivityAndRank("s21", a2, 0); in testShortcutsPushedOutByManifest() 8506 final ShortcutInfo s2_2 = makeShortcutWithActivityAndRank("s22", a2, 1); in testShortcutsPushedOutByManifest() 8507 final ShortcutInfo s2_3 = makeShortcutWithActivityAndRank("s23", a2, 2); in testShortcutsPushedOutByManifest() 8508 final ShortcutInfo s2_4 = makeShortcutWithActivityAndRank("s24", a2, 3); in testShortcutsPushedOutByManifest() 8509 final ShortcutInfo s2_5 = makeShortcutWithActivityAndRank("s25", a2, 4); in testShortcutsPushedOutByManifest()
|
D | BaseShortcutManagerTest.java | 1866 protected ShortcutInfo makeShortcutWithActivityAndRank(String id, ComponentName activity, in makeShortcutWithActivityAndRank() method in BaseShortcutManagerTest
|