Searched refs:makeComponent (Results 1 – 2 of 2) sorted by relevance
258 makeComponent(ShortcutActivity.class), in testSetDynamicShortcuts()1199 makeComponent(ShortcutActivity2.class)); in testGetShortcuts()1201 makeComponent(ShortcutActivity.class)); in testGetShortcuts()1486 makeComponent(ShortcutActivity.class), in testGetShortcutInfo()1507 makeComponent(ShortcutActivity2.class), in testGetShortcutInfo()2669 makeComponent(ShortcutActivity.class), in testStartShortcut()2694 makeComponent(ShortcutActivity.class), in testStartShortcut()3114 makeComponent(ShortcutActivity.class), in testSaveAndLoadUser()3141 makeComponent(ShortcutActivity.class), in testSaveAndLoadUser()3171 makeComponent(ShortcutActivity.class), in testSaveAndLoadUser()[all …]
1528 intent.setComponent(makeComponent(clazz)); in makeIntent()1537 protected ComponentName makeComponent(Class<?> clazz) { in makeComponent() method in BaseShortcutManagerTest