ShortcutManagerTest3.java | 29 * Tests related to shortcut rank auto-adjustment. 45 private ShortcutInfo shortcut(String id, ComponentName activity, int rank) { method in class:ShortcutManagerTest3 49 private ShortcutInfo shortcut(String id, ComponentName activity) { method in class:ShortcutManagerTest3 75 shortcut("s1", A1) 82 shortcut("s5", A1), 83 shortcut("s4", A1), 84 shortcut("s3", A1) 91 shortcut("s5", A1), 92 shortcut("s4", A1, 5), 93 shortcut("s3", A1, 3) [all...] |